Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.setDock
Sets a value indicating which edge of its container this control is docked to.
Syntax
public void setDock( int value )
Parameters
value
An integer that represents which edge of its container this control is docked to. Possible values are constants defined in the ControlDock class.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid ControlDock constant.
See Also getDock