[]
Gets or sets the Icon.
[TypeConverter(typeof(MessageBoxIconConverter))]
public MessageBoxIcon Icon { get; set; }
<TypeConverter(GetType(MessageBoxIconConverter))>
Public Property Icon As MessageBoxIcon
Type | Description |
---|---|
MessageBoxIcon | The message icon. The default is None. |
Type | Condition |
---|---|
InvalidEnumArgumentException | The assigned value is not a valid MessageBoxIcon value. |