|
Date/Time Picker |
Top Previous Next |
Here is what a Date Time Picker looks like:
The component supports a keyboard-only environment:
Common Properties Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Tooltip Custom Properties Date (Default Property) Picked date. Property name: date Property type: Date Editable Determines if the text field is editable. When it is set to false, the date can only be chosen from a popup but not entered by a keyboard. Property name: editable Property type: Boolean Format Date/time format for a value presented in the field. Property name: format Property type: String Minimum Date Minimum allowed date. Property name: minDate Property type: Date Maximum Date Maximum allowed date. Property name: maxDate Property type: Date Time Displayed Determines if a time edit field is displayed in the date chooser popup. Enabling it gives the ability to specify the time as well as the date. Property name: timeDisplayed Property type: Boolean Time Format Defines the format of time displayed in the popup. Property name: timeFormat Property type: String Show Today Button Controls the Today button visibility. Property name: showTodayButton Property type: Boolean Show None Button Controls the None button visibility. None button allows to select NULL date value. Property name: showNoneButton Property type: Boolean Show Ok Button Controls the OK button visibility. Property name: showOKButton Property type: Boolean Show Week Numbers Determines whether week numbers are visible in the picker panel. Property name: editable Property type: Boolean Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost |