Visual Basic (Declaration) | |
---|---|
<AmbientValueAttribute()> <LocalizableAttribute(True)> <SRCategoryAttribute("Window Style")> <SRDescriptionAttribute("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")> Public Property Icon As Icon |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As Icon instance.Icon = value value = instance.Icon |
C# | |
---|---|
[AmbientValue()] [Localizable(true)] [SRCategory("Window Style")] [SRDescription("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")] public Icon Icon {get; set;} |
C++/CLI | |
---|---|
[AmbientValue()] [Localizable(true)] [SRCategory("Window Style")] [SRDescription("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")] public: property Icon^ Icon { Icon^ get(); void set ( Icon^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2