SelectioncanBeDisabled Method |
[Missing <summary> documentation for "M:Planetbase.Selection.canBeDisabled(System.Boolean@)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static bool canBeDisabled(
out bool buttonEnable
)
Public Shared Function canBeDisabled (
<OutAttribute> ByRef buttonEnable As Boolean
) As Boolean
public:
static bool canBeDisabled(
[OutAttribute] bool% buttonEnable
)
Parameters
- buttonEnable
- Type: SystemBoolean
[Missing <param name="buttonEnable"/> documentation for "M:Planetbase.Selection.canBeDisabled(System.Boolean@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Planetbase.Selection.canBeDisabled(System.Boolean@)"]
See Also