Class ButtonHelpers
Inheritance
System.Object
ButtonHelpers
Namespace: Content.Client.UserInterface
Assembly: Content.Client.dll
Syntax
public static class ButtonHelpers : object
Methods
| Improve this Doc View SourceSetButtonDisabledRecursive(Control, Boolean)
This searches recursively through all the children of "parent" and sets the Disabled value of any buttons found to "val"
Declaration
public static void SetButtonDisabledRecursive(Control parent, bool val)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.UserInterface.Control | parent | The control which childrens get searched |
System.Boolean | val | The value to which disabled gets set |