IUIX_Cmd::CtgID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::CtgID Property}}
 
{{#customTitle:IUIX_Cmd::CtgID Property}}
{{#parentPage:PXV:IUIX_Cmd#Properties|CtgID Property|property}}
+
{{#parentPage:PXV:IUIX_Cmd#Properties|CtgID|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CtgID''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of BSTR ...
+
Property '''CtgID''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of BSTR containing the command's category.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CtgID([out, retval]  BSTR*  ppCategoryID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CtgID([out, retval]  BSTR*  sCategoryID);
HRESULT put_CtgID([in]  BSTR  ppCategoryID);
+
HRESULT put_CtgID([in]  BSTR  sCategoryID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Cmd|IUIX_Cmd]]
 
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Latest revision as of 02:03, 24 March 2016


Property CtgID of interface IUIX_Cmd returns/sets Value of BSTR containing the command's category.

Syntax

HRESULT get_CtgID([out, retval]  BSTR*  sCategoryID);
HRESULT put_CtgID([in]  BSTR  sCategoryID);

See Also

IUIX_Cmd