Icon Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : Icon Property



Glossary Item Box

Syntax

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) Copy Code
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);
}

Requirements

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

See Also