ControlDesigner::SelectionRules Property

 

Gets the selection rules that indicate the movement capabilities of a component.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property SelectionRules SelectionRules {
	virtual SelectionRules get();
}

Property Value

Type: System.Windows.Forms.Design::SelectionRules

A bitwise combination of SelectionRules values.

If no designer provides rules for a component, the component will not get any UI services.

.NET Framework
Available since 1.1
Return to top
Show: