PrintPreviewDialog.Icon プロパティ

定義

フォームのアイコンを取得または設定します。

public:
 property System::Drawing::Icon ^ Icon { System::Drawing::Icon ^ get(); void set(System::Drawing::Icon ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Icon Icon { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Drawing.Icon? Icon { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Icon : System.Drawing.Icon with get, set
Public Property Icon As Icon

プロパティ値

Icon

フォームのアイコンを表す Icon

属性

注釈

このクラスでは、このプロパティは使用されません。

フォームのアイコンは、タスク バーのフォームを表す画像と、フォームのコントロール ボックスに表示されるアイコンを示します。

適用対象