ComponentDocumentDesigner.TrayLargeIcon プロパティ

定義

デザイナーのコンポーネント トレイが大きいアイコン モードかどうかを示す値を取得または設定します。

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

プロパティ値

true デザイナーのコンポーネント トレイが大きなアイコン モードの場合。それ以外の場合は false

適用対象