Updates the current visual state of the DropDownOpen visual state group to match the object's properties.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected void ChangeVisualStateDropDownOpen(
	bool useTransitions
)
Visual Basic
Protected Sub ChangeVisualStateDropDownOpen ( _
	useTransitions As Boolean _
)

Parameters

useTransitions
Type: System..::..Boolean

See Also