isSelectable

isSelectable(): Boolean;

The isSelectable method of the Control class returns true if instances of the control can be selected in the JADE Painter. By default, controls can be selected in the Painter. Reimplement this method in your application to return false if you want to stop the JADE Painter from selecting controls of a specific type.

When this method returns false, the Properties dialog and the Find Control dialog exclude that control in their control list boxes.

This is useful if you have created a custom (user-defined) control that has other controls embedded in it. In most cases, you would not want the embedded controls to be selected during painting.