GrapeCity.Xaml.SpreadSheet.UI
UpdateVisualState Method (DropDownItemBaseControl)


GrapeCity.Xaml.SpreadSheet.UI Namespace > DropDownItemBaseControl Class : UpdateVisualState Method
if set to true to transition between states; otherwise false.
Updates the state of the control.
Syntax
'Declaration
 
Protected Overridable Sub UpdateVisualState( _
   ByVal useTransitions As Boolean _
) 
'Usage
 
Dim instance As DropDownItemBaseControl
Dim useTransitions As Boolean
 
instance.UpdateVisualState(useTransitions)
protected virtual void UpdateVisualState( 
   bool useTransitions
)

Parameters

useTransitions
if set to true to transition between states; otherwise false.
See Also

Reference

DropDownItemBaseControl Class
DropDownItemBaseControl Members