ArcFM Desktop Developer Guide
SetCommand Method (Unchecked)


Command to attach
Sets the System.Windows.Input.ICommand to execute on the textchanged event.
Syntax
'Declaration
 
Public Shared Sub SetCommand( _
   ByVal toggleButton As ToggleButton, _
   ByVal command As ICommand _
) 
'Usage
 
Dim toggleButton As ToggleButton
Dim command As ICommand
 
Unchecked.SetCommand(toggleButton, command)
public static void SetCommand( 
   ToggleButton toggleButton,
   ICommand command
)

Parameters

toggleButton
command
Command to attach
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

Unchecked Class
Unchecked Members

 

 


Send Comment