Version

GetCheckState Method (ComboEditorReplayServer)

Gets the current checkstate of a specified item.
Syntax
'Declaration
 
Public Function GetCheckState( _
   ByVal oItemRef As System.Object _
) As System.Integer
public System.int GetCheckState( 
   System.object oItemRef
)

Parameters

oItemRef
Index or DisplayValue that references the Item in the ComboEditor

Return Value

Enumeration value that represents the items current checkstate.
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