ArcFM Engine Developer Guide
SetCommandParameter Method (Unchecked)


Parameter value to attach
Sets the value for the CommandParameter attached property on the provided System.Windows.Controls.Primitives.TextBoxBase.
Syntax
'Declaration
 
Public Shared Sub SetCommandParameter( _
   ByVal toggleButton As ToggleButton, _
   ByVal parameter As Object _
) 
'Usage
 
Dim toggleButton As ToggleButton
Dim parameter As Object
 
Unchecked.SetCommandParameter(toggleButton, parameter)
public static void SetCommandParameter( 
   ToggleButton toggleButton,
   object parameter
)

Parameters

toggleButton
parameter
Parameter value 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