ContainerControl

Constructors

this
this()
Undocumented in source.

Members

Functions

activateControl
bool activateControl(Control ctrl)
activeControl
Control activeControl [@property setter]

Properties

activeControl
Control activeControl [@property getter]
parentForm
Form parentForm [@property getter]

Inherited Members

From ScrollableControl

autoScroll
deprecated void autoScroll(bool byes)
Undocumented in source. Be warned that the author may not have intended to support it.
autoScroll
deprecated bool autoScroll()
Undocumented in source. Be warned that the author may not have intended to support it.
autoScrollMargin
deprecated void autoScrollMargin(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
autoScrollMargin
deprecated Size autoScrollMargin()
Undocumented in source. Be warned that the author may not have intended to support it.
autoScrollMinSize
deprecated void autoScrollMinSize(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
autoScrollMinSize
deprecated Size autoScrollMinSize()
Undocumented in source. Be warned that the author may not have intended to support it.
autoScrollPosition
deprecated void autoScrollPosition(Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
autoScrollPosition
deprecated Point autoScrollPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
autoScaleBaseSize
Size autoScaleBaseSize [@property getter]
Size autoScaleBaseSize [@property setter]
autoScale
bool autoScale [@property setter]
bool autoScale [@property getter]
scrollPosition
Point scrollPosition [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
calcScale
Size calcScale(Size area, Size toScale, Size fromScale)
Undocumented in source.
calcScale
Size calcScale(Size area, Size toScale)
Undocumented in source. Be warned that the author may not have intended to support it.
_scale
void _scale(Size toScale)
Undocumented in source. Be warned that the author may not have intended to support it.
_scale
void _scale()
Undocumented in source. Be warned that the author may not have intended to support it.
onControlAdded
void onControlAdded(ControlEventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
displayRectangle
Rect displayRectangle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scrollSize
Size scrollSize [@property setter]
Size scrollSize [@property getter]
DockPaddingEdges
class DockPaddingEdges
dockPadding
DockPaddingEdges dockPadding [@property getter]
setAutoScrollMargin
deprecated void setAutoScrollMargin(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
DEFAULT_SCALE
enum DEFAULT_SCALE;
Undocumented in source.
hScroll
bool hScroll [@property setter]
bool hScroll [@property getter]
vScroll
bool vScroll [@property setter]
bool vScroll [@property getter]
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseWheel
void onMouseWheel(MouseEventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onVisibleChanged
void onVisibleChanged(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.

From IContainerControl

activeControl
Control activeControl [@property getter]
activeControl
deprecated void activeControl(Control )
Undocumented in source.
activateControl
deprecated bool activateControl(Control )
Undocumented in source.

Meta