GrapeCity MultiRow Windows Forms Documentation
Icon Property (MessageBoxNotify)


Gets or sets the Icon.
Syntax
<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.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not a valid System.Windows.Forms.MessageBoxIcon 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

Reference

MessageBoxNotify Class
MessageBoxNotify Members

 

 


Copyright © GrapeCity, inc. All rights reserved.