ArcFM Engine Developer Guide
CheckedBehavior Constructor


The textbox object.
Initializes a new instance of the TextBoxTextChangedBehavior class and hooks up the TextChanged event of toggleButtonObject to the ExecuteCommand() method.
Syntax
'Declaration
 
Public Function New( _
   ByVal toggleButtonObject As ToggleButton _
)
'Usage
 
Dim toggleButtonObject As ToggleButton
 
Dim instance As New CheckedBehavior(toggleButtonObject)
public CheckedBehavior( 
   ToggleButton toggleButtonObject
)

Parameters

toggleButtonObject
The textbox object.
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

CheckedBehavior Class
CheckedBehavior Members

 

 


Send Comment