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