ISelectionService.getComponentSelected

Overview | Methods | This Package | All Packages

ISelectionService.getComponentSelected

Retrieves a boolean value indicating whether this component is selected.

Syntax

public boolean getComponentSelected()

Return Value

Returns true if this component is one of the selected components in the Forms Designer; otherwise, returns false.

Remarks

Calling this method on a specific component is faster than retrieving an array of all selected components. To change the selection in the Forms Designer, use the setSelectedComponents method.