Microsoft SDK for Java

Rebar.setOrientation

Sets a value indicating whether the rebar control is oriented horizontally or vertically.

Syntax

public void setOrientation( int value )

Parameters

value

Set to Orientation.HORIZONTAL if the rebar control is oriented horizontally; set to Orientation.VERTICAL if the rebar control is oriented vertically. The default value is Orientation.HORIZONTAL.

See Also   getOrientation

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