IUIX_Dialog::CheckItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Changes state of object of IUIX_Label interface with ''radio button'' or ''checkbox'' flags specified.  
+
Changes state of object of [[PXV:IUIX_Label|IUIX_Label]] interface with [[PXV:UIX_LabelStyleFlags|''radio button'']] or [[PXV:UIX_LabelStyleFlags|''checkbox'']] flags specified.  
  
 
Object's state can be altered to '''checked''' or '''unchecked'''.
 
Object's state can be altered to '''checked''' or '''unchecked'''.

Revision as of 06:02, 15 May 2015


Changes state of object of IUIX_Label interface with radio button or checkbox flags specified.

Object's state can be altered to checked or unchecked.

Syntax

HRESULT CheckItem([in]                    BSTR          pItemID,
                  [in]                    LONG          nNewCheckState,
                  [in, defaultvalue(-1)]  VARIANT_BOOL  bUpdateRadioGroup);

Parameters

pItemID
[in] Value of BSTR.
nNewCheckState
[in] Value of LONG.
bUpdateRadioGroup
[in, defaultvalue(-1)] Value of VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IUIX_Dialog.