Methods | Fields | This Package | All Packages

SelectionStyle Class

Defines constants that specify the borders a component can have when selected in the Forms Designer.

Enum
  |
  +--SelectionStyle

package com.ms.wfc.ui

public class SelectionStyle
extends
Enum

Remarks

Setting the selection frame style for the component at design time 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 effect the behavior of a component in the designer. To modify the component's behavior in the Forms Designer, use the design-time hit-testing feature of the ICustomizer interface.

See Also   ISelectionService