

DesktopUIControl
DesktopTimeControl
DebugDataSize | Used for internal quality control of the plugin. |
Enabled (Inherited) | Determines if the control should be enabled when the owning window is opened. |
Handle (Inherited) | Returns a handle to the control. |
HasBorder | If set to false then border on the control is skipped. |
Height (Inherited) | The height (in points) of the control. |
Hours | Use this property to set or get the Hours value of the control. |
Index (Inherited) | If the control is used in a control set, this specifies the control's index in the set. |
Left (Inherited) | The left side of the control in local coordinates (relative to the window) |
LinuxFontBold | Use this property to determine if the font on Linux targets should be bold faced. |
LinuxTextFont | Use this property to determine the font on Linux Targets. |
LinuxTextSize | Use this property to determine the font size on Linux Targets. |
LinuxTextUnit | Sets the unit of the FontSize. |
MacFontBold | Use this property to determine if the font on MacOS targets should be bold faced. |
MacHideBackground | If set to true then background is hidden on t he control, this also includes the border regardless of the setting of the HasBorder property. |
MacTextFont | Use this property to determine the font on MacOS Targets. |
MacTextSize | Use this property to determine the font size on MacOS Targets. |
Minutes | Use this property to set or get the Minutes value of the control. |
Seconds | Use this property to set or get the Seconds value of the control. |
ShowSeconds | This property determines if seconds should be shown or no in the control. Set this property to true to show seconds. |
TimeFormat | Defines the display format of the time. |
TimeValue | Use this property to set or get the time of the control. |
Top (Inherited) | The top of the control in local coordinates (relative to the window). |
Visible (Inherited) | Determines whether the control is visible when its owning window is opened. The default is True: the control is visible. |
Width (Inherited) | The width (in points) of the control. |
WinFontBold | Use this property to determine if the font on Windows targets should be bold faced. |
WinTextFont | Use this property to determine the font on Windows Targets. |
WinTextSize | Use this property to determine the font size on Windows Targets. |
WinTextUnit | Sets the unit of the FontSize. |
Window (Inherited) | The control's parent window. |
Close (Inherited) | Closes a control. |
ReloadEvents | Reloads events if having used AddHandler to subscribe events. |
SetFocus | Use this method to manually give the control focus. |
Closing (Inherited) | The control is about to close. |
ConstructContextualMenu (Inherited) | This event is called when it is appropriate to display a contextual menu for the control. |
ContextualMenuItemSelected (Inherited) | Fires when a contextual menuitem selectedItem was selected but the MenuItemSelected event and the MenuHandler for the DesktopMenuItem did not handle the menu selection. |
DragEnter (Inherited) | Fires when the passed DragItem enters the DesktopUIControl. |
DragExit (Inherited) | Fires when the passed DragItem exits the DesktopUIControl. |
DragOver (Inherited) | Fires when the DragItem is over the DesktopUIControl. |
DropObject (Inherited) | The item represented by Obj has been dropped on the control. |
FocusLost | This event is fired when a the control looses the input focus. |
FocusReceived | This event is fired when a the control gets the input focus. |
KeyDown | Standard Xojo KeyDown event |
KeyUp (Inherited) | Fires when the passed Key is released in the control that has the focus. |
MacMouseDown | This event is fired when a when the Mouse goes down on the control. This event is only fired on MacOS Targets. |
MouseDrag (Inherited) | The mouse button was pressed inside the control and moved (dragged) at the location local to the control passed in to x, y. The user has moved the mouse inside the control while the mouse button is held down. This event handler receives parameters that indicate where the mouse is in coordinates local to the control. |
MouseEnter (Inherited) | The mouse has entered the area of the control. |
MouseExit (Inherited) | The mouse has left the area of the control. |
MouseMove (Inherited) | The mouse has moved within the control to the coordinates passed. The coordinates are local to the control, not to the window. |
MouseWheel (Inherited) | The mouse wheel has been moved. |
ValueChanged | This event is fired when a portion or all of the date changes in the control. |
Version = 9.1 |