Overview | Methods | This Package | All Packages
Sets the style of the selection frame for this component.
Syntax
public void setSelectionStyle( int style )
Parameters
style
An integer that represents the selection frame style for the component. Possible values are constants defined in the SelectionStyle class.
Remarks
Setting the selection frame style can be a useful way to help the user distinguish between different selection modes (such as in-place editing mode and static design mode) supported by a component. However, changing the selection border style does not affect the behavior of a component in the Forms Designer. To modify the component's behavior in the Forms Designer, use the design-time hit-testing feature in the ICustomizer interface.