ComponentTray.ShowLargeIcons Property

Definition

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

public:
 property bool ShowLargeIcons { bool get(); void set(bool value); };
public bool ShowLargeIcons { get; set; }
member this.ShowLargeIcons : bool with get, set
Public Property ShowLargeIcons As Boolean

Property Value

true if large icons are displayed; otherwise, false.

Applies to