Class CommandButton
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
Robust.Client.UserInterface.Controls.Button
CommandButton
Implements
Namespace: Content.Client.Administration.UI.CustomControls
Assembly: Content.Client.dll
Syntax
public class CommandButton : Button, IDocumentTag
Constructors
| Improve this Doc View SourceCommandButton()
Declaration
public CommandButton()
Properties
| Improve this Doc View SourceCommand
Declaration
public string? Command { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Methods
| Improve this Doc View SourceCanPress()
Declaration
protected virtual bool CanPress()
Returns
| Type | Description |
|---|---|
| System.Boolean |
EnteredTree()
Declaration
protected override void EnteredTree()
Overrides
Robust.Client.UserInterface.Control.EnteredTree()
|
Improve this Doc
View Source
Execute(BaseButton.ButtonEventArgs)
Declaration
protected virtual void Execute(BaseButton.ButtonEventArgs obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Robust.Client.UserInterface.Controls.BaseButton.ButtonEventArgs | obj |
TryParseTag(Dictionary<String, String>, out Control)
Declaration
public bool TryParseTag(Dictionary<string, string> args, out Control control)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<System.String, System.String> | args | |
| Robust.Client.UserInterface.Control | control |
Returns
| Type | Description |
|---|---|
| System.Boolean |