<TypeConverterAttribute("GrapeCity.Win.MultiRow.MessageBoxIconConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<SRDescriptionAttribute("Indicates the icon.")>
<DefaultValueAttribute()>
Public Property Icon As MessageBoxIcon
Dim instance As MessageBoxNotify
Dim value As MessageBoxIcon
instance.Icon = value
value = instance.Icon
[TypeConverter("GrapeCity.Win.MultiRow.MessageBoxIconConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[SRDescription("Indicates the icon.")]
[DefaultValue()]
public MessageBoxIcon Icon {get; set;}
Property Value
The message icon. The default is
System.Windows.Forms.MessageBoxIcon.None.
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