IUIX_ColorPicker::ShowPopup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ColorPicker::ShowPopup Method}}
 
{{#customTitle:IUIX_ColorPicker::ShowPopup Method}}
{{#parentPage:PXV:IUIX_ColorPicker|ShowPopup Method|method}}
+
{{#parentPage:PXV:IUIX_ColorPicker#Methods|ShowPopup|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ShowPopup([in]                  RECT*  pPos,
+
<pre class="brush:cpp;gutter:false">HRESULT ShowPopup([in]                  RECT*  stPos,
 
                   [in, defaultvalue(0)]  LONG  nFlags);</pre>
 
                   [in, defaultvalue(0)]  LONG  nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pPos
+
;stPos
 
:[in]  Pointer to RECT.
 
:[in]  Pointer to RECT.
 
;nFlags
 
;nFlags
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_ColorPicker|IUIX_ColorPicker]].
+
[[PXV:IUIX_ColorPicker|IUIX_ColorPicker]]

Latest revision as of 04:16, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ShowPopup([in]                   RECT*  stPos,
                  [in, defaultvalue(0)]  LONG   nFlags);

Parameters

stPos
[in] Pointer to RECT.
nFlags
[in, defaultvalue(0)] Value of LONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_ColorPicker