Object
Control
Control | This constructor is for inheriting purposes only. You should not directly create a instance of the control base class. |
Close | |
ContainsPoint | Returns true if the control contains the point at the given location. |
GetBounds | Gets the position and size of the control. |
GetControlHandle | Returns the Mac ControlHandle for the control. |
GetControlTitle (Protected) | Returns the ControlTitle as CFStringRef. |
GetEnabled | Returns true if the control is enabled. |
GetHeight | Returns the height of the control in pixels. |
GetPanelID | Returns the panel ID for the control. |
GetVisible | Returns true if the control has its visible flag set to true. |
GetWidth | Returns the width of the control in pixels. |
GetWindowRef | Returns a Mac WindowRef for the Window that the control lives on. |
HandleMouseEnter | |
HandleMouseLeave | |
HandleMouseMove | |
HandleOpen | |
HandleVisibilityChanged | |
IsVisibleOnTop | Returns true if the controls visible flag is set to true and the control is on top most view panel if it lives on a TabPanel or other similar control. |
LocalToScreenCoordinate | This method converts a point that is local to the control to a point that is local to the screen. |
LocalToWindowCoordinate | This method converts a point that is local to the control to a point that is local to the window. |
ParentResized | |
Release (Inherited) | Decreases reference count by one and deletes the object if the reference count reached zero. |
Retain (Inherited) | Increases the reference count by one. |
SetAnchor | This method anchors the control to given sides of its parent container. |
SetBounds | Sets the position and size of the control. |
SetControlTitle (Protected) | |
SetEnabled | Enables or disables the control. |
SetFocus | |
SetPanelID | Sets panel ID for the control. |
SetPanelVisibility | |
SetPosition | |
SetSize | Sets the size of the control. |
SetVisible | Shows or hides the control. |
WindowToLocalCoordinate | Translates a coordinate that is relative to the Window to a coordinate that is relative to the control. |
CloseEvent | This event is fired when the control is closing. |
MouseEnterEvent | This event is fired when the control is about to get displayed. |
MouseLeaveEvent | This event is fired when the mouse leaves the control. |
MouseMoveEvent | |
OpenEvent | This event is fired when the control is about to get displayed. |