Version

SetFieldChooserItemCheckState Method

Set the check state for a FieldChooser item.
Syntax
'Declaration
 
Public Sub SetFieldChooserItemCheckState( _
   ByVal oeFieldChooserGroup As System.Object, _
   ByVal oFieldChooserItem As System.Object, _
   ByVal bCheck As System.Boolean _
) 
public void SetFieldChooserItemCheckState( 
   System.object oeFieldChooserGroup,
   System.object oFieldChooserItem,
   System.bool bCheck
)
public: void SetFieldChooserItemCheckState( 
   System.Object* oeFieldChooserGroup,
   System.Object* oFieldChooserItem,
   System.bool bCheck
) 

Parameters

oeFieldChooserGroup
List of Values value, integer index, or string text representing the FieldChooser group
oFieldChooserItem
Integer index or string of visible text representing the field chooser item within the group.
bCheck
boolean value representing the new checkstate for the FieldChooser item.
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