Microsoft SDK for Java

Control.getDock

Retrieves a value indicating which edge of its container this control is docked to.

Syntax

public final int getDock()

Return Value

Returns an integer that represents which edge of its container this control is docked to. Possible return values are constants defined in the ControlDock class.

See Also   setDock

© 1999 Microsoft Corporation. All rights reserved. Terms of use.