JAMS Developer Guide
ShowIcon Property


MVPSI.JAMS Namespace > EditSourceDialog Class : ShowIcon Property
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Window Style")>
<SRDescriptionAttribute("Indicates whether an icon is displayed in the title bar of the form.")>
Public Property ShowIcon As System.Boolean
'Usage
 
Dim instance As EditSourceDialog
Dim value As System.Boolean
 
instance.ShowIcon = value
 
value = instance.ShowIcon
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Indicates whether an icon is displayed in the title bar of the form.")]
public System.bool ShowIcon {get; set;}
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

Reference

EditSourceDialog Class
EditSourceDialog Members