Spread Silverlight Documentation
UpdateVisualState Method (DropDownItemControl)


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

Parameters

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

Reference

DropDownItemControl Class
DropDownItemControl Members