ChangeVisualStateExpandedStates Method
In This Topic
Updates the current visual state of the ExpandedStates visual state group to match the object's properties.
Syntax
'Declaration
Protected Sub ChangeVisualStateExpandedStates( _
ByVal As Boolean _
)
'Usage
Dim instance As C1TreeViewItem
Dim useTransitions As Boolean
instance.ChangeVisualStateExpandedStates(useTransitions)
protected void ChangeVisualStateExpandedStates(
bool
)
protected:
void ChangeVisualStateExpandedStates(
bool
)
Parameters
- useTransitions
See Also