ArcFM Desktop Developer Guide
UncheckedBehavior 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 UncheckedBehavior(toggleButtonObject)
public UncheckedBehavior( 
   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

UncheckedBehavior Class
UncheckedBehavior Members

 

 


Send Comment