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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<SRCategoryAttribute("Window Style")>
<SRDescriptionAttribute("Indicates whether an icon is displayed in the title bar of the form.")>
Public Property ShowIcon As Boolean
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Boolean
 
instance.ShowIcon = value
 
value = instance.ShowIcon
C#  
[DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Indicates whether an icon is displayed in the title bar of the form.")]
public bool ShowIcon {get; set;}
C++/CLI  
[DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Indicates whether an icon is displayed in the title bar of the form.")]
public:
property bool ShowIcon {
   bool get();
   void set (    bool 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