Class MessageButtonInfo
A description class used for creating custom buttons with the IMessage window
Inherited Members
Namespace: LemonEdge.Client.Core.Messages
Assembly: LemonEdge.ClientCore.dll
Syntax
public class MessageButtonInfo
Constructors
MessageButtonInfo()
Declaration
public 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 |
---|---|
bool |
Title
The title of the button that the user sees
Declaration
public string Title
Field Value
Type | Description |
---|---|
string |
Visible
Indicates whether the button should be visible or not to the user
Declaration
public bool Visible
Field Value
Type | Description |
---|---|
bool |