Share via


ComponentTray.ShowLargeIcons プロパティ

定義

トレイが、大きいアイコン表示でトレイ内の各コンポーネントを表すかどうかを示す値を取得または設定します。

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

プロパティ値

大きいアイコンで表示する場合は true。それ以外の場合は false

適用対象