[]
Defines informational message to display to the user.
public struct UserMessage
For internal use only.
| Name | Description |
|---|---|
| UserMessage(MessageKind, string, Control) | Initializes a new instance of the UserMessage struct. |
| Name | Description |
|---|---|
| None | The empty user message. |
| Name | Description |
|---|---|
| AffectedControl | Gets the affected control. |
| Kind | Gets the message kind. |
| Message | Gets the message. |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |
| Name | Description |
|---|---|
| operator ==(UserMessage, UserMessage) | Implements the == operator. |
| operator !=(UserMessage, UserMessage) | Implements the != operator. |