Microsoft SDK for Java

ToolBar.getDivider

Retrieves a boolean value that indicates whether this ToolBar control displays a visual divider.

Syntax

public final boolean getDivider()

Return Value

Returns true if the toolbar displays a divider; otherwise, returns false.

Remarks

A divider is intended to visually distinguish the toolbar from controls adjacent to it, such as menus or other controls.

See Also   setDivider

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