Version

GetToggleToolArgs Method

Returns the args for the SetValue Record action for a Toggle Button
Syntax
'Declaration
 
Protected Function GetToggleToolArgs( _
   ByVal toggleToolId As System.Object, _
   ByVal bIsChecked As System.Nullable(Of Boolean) _
) As System.Object()
protected System.object[] GetToggleToolArgs( 
   System.object toggleToolId,
   System.Nullable<bool> bIsChecked
)
protected: System.Object*[]* GetToggleToolArgs( 
   System.Object* toggleToolId,
   System.Nullable<bool> bIsChecked
) 

Parameters

toggleToolId
The toggle Button identifier
bIsChecked
Boolean to indicate the check state of the Toggle Button

Return Value

Returns the args for the SetValue Record action for a Toggle Button
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also