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