Show / Hide Table of Contents

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
UICommandButton
Implements
IDocumentTag
Namespace: Content.Client.Administration.UI.CustomControls
Assembly: Content.Client.dll
Syntax
public class CommandButton : Button, IDocumentTag

Constructors

| Improve this Doc View Source

CommandButton()

Declaration
public CommandButton()

Properties

| Improve this Doc View Source

Command

Declaration
public string? Command { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

CanPress()

Declaration
protected virtual bool CanPress()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

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
| Improve this Doc View Source

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

Implements

IDocumentTag

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾