JAMS Developer Guide
Icon Property (EditSourceDialog)


MVPSI.JAMS Namespace > EditSourceDialog Class : Icon Property
Syntax
'Declaration
 
<SRCategoryAttribute("Window Style")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.AmbientValueAttribute()>
<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 System.Drawing.Icon
'Usage
 
Dim instance As EditSourceDialog
Dim value As System.Drawing.Icon
 
instance.Icon = value
 
value = instance.Icon
[SRCategory("Window Style")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[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 System.Drawing.Icon Icon {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