Event | +--DateTimeFormatQueryEventpublic class DateTimeFormatQueryEvent
The DateTimeFormatQueryEvent is fired when the DateTimePicker needs to determine the maximum size of text to be displayed.
Fields
Name | Description |
---|---|
format | Format string associated with the DateTimePicker. |
maxSize | Maximum dimensions needed to display the time given the specified format. |
Constructors
Name | Description |
---|---|
DateTimeFormatQueryEvent(String format, Point maxSize) | Topic under construction. |
Topic under construction.