ComponentTray::ShowLargeIcons Property

 

Gets or sets a value indicating whether the tray displays a large icon to represent each component in the tray.

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

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

Property Value

Type: System::Boolean

true if large icons are displayed; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: