IUIX_Cmd::ShortTitle Property

From PDF XChange PDF SDK
Revision as of 02:09, 24 March 2016 by Palamar (Talk | contribs)

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


Property ShortTitle of interface IUIX_Cmd returns/sets Value of BSTR containing the command's short title.

Syntax

HRESULT get_ShortTitle([out, retval]  BSTR*  sShortTitle);
HRESULT put_ShortTitle([in]  BSTR  sShortTitle);

See Also

IUIX_Cmd