This topic has not yet been rated - Rate this topic

SelectionRules Enumeration

Defines identifiers that are used to indicate selection rules for a component.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)
[FlagsAttribute]
public enum SelectionRules
Member nameDescription
NoneIndicates no special selection attributes.
MoveableIndicates the component supports a location property that allows it to be moved on the screen.
VisibleIndicates the component has some form of visible user interface and the selection service is drawing a selection border around this user interface. If a selected component has this rule set, you can assume that the component implements IComponent and that it is associated with a corresponding designer instance.
LockedIndicates the component is locked to its container. Overrides the Moveable, AllSizeable, BottomSizeable, LeftSizeable, RightSizeable, and TopSizeable bit flags of this enumeration.
TopSizeableIndicates the component supports resize from the top.
BottomSizeableIndicates the component supports resize from the bottom.
LeftSizeableIndicates the component supports resize from the left.
RightSizeableIndicates the component supports resize from the right.
AllSizeableIndicates the component supports sizing in all directions.

These identifiers indicate whether a component has some form of visible user interface and whether the user can take actions to move or alter the size of the component.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.