IUIX_Cmd::Alias Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Cmd::Alias Property}} | {{#customTitle:IUIX_Cmd::Alias Property}} | ||
{{#parentPage:PXV:IUIX_Cmd#Properties|Alias|property}} | {{#parentPage:PXV:IUIX_Cmd#Properties|Alias|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Alias''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of BSTR | + | Property '''Alias''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of BSTR that represents the command's name in the PDF specification. |
== Syntax == | == Syntax == |
Latest revision as of 01:01, 24 March 2016
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);