IPhotoProgressDialog::ShowCheckbox method (photoacquire.h)
The ShowCheckbox
method indicates whether to show the check box in the progress dialog box indicating whether to delete images after transfer.
Syntax
HRESULT ShowCheckbox(
[in] PROGRESS_DIALOG_CHECKBOX_ID nCheckboxId,
[in] BOOL fShow
);
Parameters
[in] nCheckboxId
Integer containing the check box identifier (ID).
[in] fShow
Flag that, when set to TRUE, indicates that the check box will appear.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |