Retrieves a boolean value indicating whether this component is selected.
public boolean getComponentSelected()
Returns true if this component is one of the selected components in the Forms Designer; otherwise, returns false.
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.