Version

fnSetFieldChooserItemCheckState Method

Syntax
'Declaration
 
Protected Sub fnSetFieldChooserItemCheckState( _
   ByVal oFieldChooserGroup As System.Object, _
   ByVal oFieldChooserItem As System.Object, _
   ByVal bCheck As System.Boolean _
) 
protected void fnSetFieldChooserItemCheckState( 
   System.object oFieldChooserGroup,
   System.object oFieldChooserItem,
   System.bool bCheck
)
protected: void fnSetFieldChooserItemCheckState( 
   System.Object* oFieldChooserGroup,
   System.Object* oFieldChooserItem,
   System.bool bCheck
) 

Parameters

oFieldChooserGroup
oFieldChooserItem
bCheck
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