public bool HasExpanded(
bool isExpanded = true
)
Public Function HasExpanded (
Optional isExpanded As Boolean = true
) As Boolean
public:
bool HasExpanded(
bool isExpanded = true
)
member HasExpanded :
?isExpanded : bool
(* Defaults:
let _isExpanded = defaultArg isExpanded true
*)
-> bool