Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Rebar.setDock
Sets a value indicating which edge of its container this control is docked to.
Syntax
public void setDock( int dock )
Parameters
dock
An integer that represents which edge of its container this control is docked to. Possible values are constants defined in the ControlDock class. The default value is ControlDock.TOP.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid ControlDock constant.