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

適用対象