IUIX_Dialog::CheckItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IUIX_Dialog::CheckItem Method}} | {{#customTitle:IUIX_Dialog::CheckItem Method}} | ||
{{#parentPage:PXV:IUIX_Dialog|CheckItem Method|method}} | {{#parentPage:PXV:IUIX_Dialog|CheckItem Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == | == Syntax == |
Revision as of 05:00, 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.
Contents
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.