Form.Icon Özellik

Tanım

Formun simgesini alır veya ayarlar.

public:
 property System::Drawing::Icon ^ Icon { System::Drawing::Icon ^ get(); void set(System::Drawing::Icon ^ value); };
public System.Drawing.Icon Icon { get; set; }
public System.Drawing.Icon? Icon { get; set; }
member this.Icon : System.Drawing.Icon with get, set
Public Property Icon As Icon

Özellik Değeri

Icon Formun simgesini temsil eden bir.

Açıklamalar

Formun simgesi, görev çubuğundaki formu temsil eden resmi ve formun denetim kutusu için görüntülenen simgeyi gösterir.

olarak ayarlanırsa FormBorderStyleFixedDialogbu özelliğin hiçbir etkisi olmaz. Bu durumda, form bir simge görüntülemez.

Şunlara uygulanır

Ayrıca bkz.