FormDescription.Icon Property

Definition

Returns or sets a String (string in C#) representing the file name of the icon to be displayed for the form. Read/write.

public:
 property System::String ^ Icon { System::String ^ get(); void set(System::String ^ value); };
public string Icon { get; set; }
Public Property Icon As String

Property Value

Applies to