次の方法で共有


ComponentDocumentDesigner.TrayLargeIcon プロパティ

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

Public Property TrayLargeIcon As Boolean
[C#]
public bool TrayLargeIcon {get; set;}
[C++]
public: __property bool get_TrayLargeIcon();public: __property void set_TrayLargeIcon(bool);
[JScript]
public function get TrayLargeIcon() : Boolean;public function set TrayLargeIcon(Boolean);

プロパティ値

コンポーネント トレイが大きいアイコンを使うモードである場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ComponentDocumentDesigner クラス | ComponentDocumentDesigner メンバ | System.Windows.Forms.Design 名前空間