[]
        
(Showing Draft Content)

FarPoint.Win.Spread.MessageBoxNotify.Icon

Icon Property

Icon

Gets or sets the Icon.

Declaration
[TypeConverter(typeof(MessageBoxIconConverter))]
public MessageBoxIcon Icon { get; set; }
<TypeConverter(GetType(MessageBoxIconConverter))>
Public Property Icon As MessageBoxIcon
Property Value
Type Description
MessageBoxIcon

The message icon. The default is None.

Exceptions
Type Condition
InvalidEnumArgumentException

The assigned value is not a valid MessageBoxIcon value.