DocumentDesigner::SelectionRules Property

 

Gets the SelectionRules for the designer.

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

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

Property Value

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

A bitwise combination of SelectionRules values.

This method returns a SelectionRules that prevents the document from being resized.

.NET Framework
Available since 1.1
Return to top
Show: