 | DropDownSetExpand Method |
[Missing <summary> documentation for "M:Slash.Unity.Common.UI.DropDown.SetExpand(System.Boolean)"]
Namespace: Slash.Unity.Common.UIAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void SetExpand(
bool isExpanded
)
Public Sub SetExpand (
isExpanded As Boolean
)
public:
void SetExpand(
bool isExpanded
)
member SetExpand :
isExpanded : bool -> unit
Parameters
- isExpanded
- Type: SystemBoolean
[Missing <param name="isExpanded"/> documentation for "M:Slash.Unity.Common.UI.DropDown.SetExpand(System.Boolean)"]
See Also