IUIX_PropSheets::ActivePage Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PropSheets::ActivePage Property}}
 
{{#customTitle:IUIX_PropSheets::ActivePage Property}}
 +
{{#parentPage:PXV:IUIX_PropSheets#Properties|ActivePage|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ActivePage''' of interface [[PXV:IUIX_PropSheets|IUIX_PropSheets]] returns/sets  Value of BSTR ...
 
Property '''ActivePage''' of interface [[PXV:IUIX_PropSheets|IUIX_PropSheets]] returns/sets  Value of BSTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActivePage([out, retval] BSTR* ppPageID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActivePage([out, retval] BSTR* sPageID);
HRESULT put_ActivePage([in] BSTR ppPageID);
+
HRESULT put_ActivePage([in] BSTR sPageID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_PropSheets|IUIX_PropSheets]].
+
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]

Latest revision as of 04:36, 15 June 2015


Property ActivePage of interface IUIX_PropSheets returns/sets Value of BSTR ...

Syntax

HRESULT get_ActivePage([out, retval]  BSTR*  sPageID);
HRESULT put_ActivePage([in]  BSTR  sPageID);

See Also

IUIX_PropSheets