Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.canSelect
Retrieves a boolean value indicating whether this control can be selected.
Syntax
public final boolean canSelect()
Return Value
Returns true if the control can be selected; otherwise, returns false. For a control to be selected, the control must be contained in a form, and the control and all its parent controls must be both visible and enabled.
See Also select