Class MessageButtonInfo
A description class used for creating custom buttons with the IMessage window
Inheritance
System.Object
MessageButtonInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Messages
Assembly: ClientCore.dll
Syntax
public class MessageButtonInfo
Fields
InitialFocus
Indicates this button should have the default focus in the message box. Only one button should have this marked as true.
Declaration
public bool InitialFocus
Field Value
Type | Description |
---|---|
System.Boolean |
Title
The title of the button that the user sees
Declaration
public string Title
Field Value
Type | Description |
---|---|
System.String |
Visible
Indicates whether the button should be visible or not to the user
Declaration
public bool Visible
Field Value
Type | Description |
---|---|
System.Boolean |