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