'Declaration Protected Sub ChangeVisualState( _ ByVal name As String, _ ByVal useTransitions As Boolean _ )
'Usage Dim instance As MessageBox Dim name As String Dim useTransitions As Boolean instance.ChangeVisualState(name, useTransitions)
protected void ChangeVisualState( string name, bool useTransitions )
Parameters
- name
- A string representing the name of the state.
- useTransitions
- A value indicating whether state transitions should be used.