Spread Silverlight Documentation
UpdateVisualState Method (DropDownItemBaseControl)


GrapeCity.Windows.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 System.Boolean _
) 
'Usage
 
Dim instance As DropDownItemBaseControl
Dim useTransitions As System.Boolean
 
instance.UpdateVisualState(useTransitions)
protected virtual void UpdateVisualState( 
   System.bool useTransitions
)

Parameters

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

Reference

DropDownItemBaseControl Class
DropDownItemBaseControl Members