ComponentDocumentDesigner::TrayLargeIcon Property

 

Gets or sets a value indicating whether the component tray for the designer is in large icon mode.

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

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

Property Value

Type: System::Boolean

true if the component tray for the designer is in large icon mode; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: