ComponentDocumentDesigner::TrayAutoArrange Property

 

Gets or sets a value indicating whether the component tray for the designer is in auto-arrange mode.

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

public:
property bool TrayAutoArrange {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the component tray for the designer is in auto-arrange mode; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: