[]
        
(Showing Draft Content)

FarPoint.Win.Spread.MessageBoxNotify.Icon

Icon Property

Icon

Gets or sets the Icon.

Declaration
[TypeConverter(typeof(_abv))]
public MessageBoxIcon Icon { get; set; }
<TypeConverter(GetType(_abv))>
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.