Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.setTopLevel

Sets a boolean value indicating whether this control is a top-level window (a window that has no parent window).

Syntax

public void setTopLevel( boolean value )

Parameters

value

Set to true if this control is a top-level window; otherwise, set to false.

Exceptions

WFCException thrown if this control has a parent.

See Also   getTopLevel