IUIX_PropSheets::Page 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::Page Property}}
 
{{#customTitle:IUIX_PropSheets::Page Property}}
 +
{{#parentPage:PXV:IUIX_PropSheets#Properties|Page|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Page''' of interface [[PXV:IUIX_PropSheets|IUIX_PropSheets]] returns  Pointer to [[PXV:IUIX_PropSheetPage|IUIX_PropSheetPage]] ...
 
Property '''Page''' of interface [[PXV:IUIX_PropSheets|IUIX_PropSheets]] returns  Pointer to [[PXV:IUIX_PropSheetPage|IUIX_PropSheetPage]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Page([in] BSTR pPageID, [out, retval] IUIX_PropSheetPage** ppPage);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Page([in]           BSTR                 sPageID,
 +
                [out, retval] IUIX_PropSheetPage** pPage);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pPageID''
+
;sPageID
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
  
 
== 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 Page of interface IUIX_PropSheets returns Pointer to IUIX_PropSheetPage ...

Syntax

HRESULT get_Page([in]           BSTR                  sPageID,
                 [out, retval]  IUIX_PropSheetPage**  pPage);

Parameters

sPageID
[in] Value of BSTR.

See Also

IUIX_PropSheets