ArcFM Desktop Developer Guide
UpdateState Method (ToggleButtonBehavior)


The instance of the control being updated.
Whether to use transitions or not.
Called to update the control's visual state.
Syntax
'Declaration
 
Protected Overrides Sub UpdateState( _
   ByVal control As Control, _
   ByVal useTransitions As Boolean _
) 
'Usage
 
Dim instance As ToggleButtonBehavior
Dim control As Control
Dim useTransitions As Boolean
 
instance.UpdateState(control, useTransitions)
protected override void UpdateState( 
   Control control,
   bool useTransitions
)

Parameters

control
The instance of the control being updated.
useTransitions
Whether to use transitions or not.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ToggleButtonBehavior Class
ToggleButtonBehavior Members

 

 


Send Comment