IUIX_CmdItem::Show Method

From PDF XChange PDF SDK
Revision as of 08:52, 23 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Shows or hides the command item.

Syntax

HRESULT Show(  VARIANT_BOOL  bShow);

Parameters

bShow
Value of VARIANT_BOOL that indicates whether the command should be shown or hidden.

Return Value

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

See Also

IUIX_CmdItem