IUIX_Cmd::Alias Property

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

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


Property Alias of interface IUIX_Cmd returns/sets Value of BSTR that represents the command's name in the PDF specification.

Syntax

HRESULT get_Alias([out, retval]  BSTR*  sAlias);
HRESULT put_Alias([in]  BSTR  sAlias);

See Also

IUIX_Cmd