IUIX_List::HasSingleSel Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_List::HasSingleSel Property}}
 
{{#customTitle:IUIX_List::HasSingleSel Property}}
{{#parentPage:PXV:IUIX_List#Properties|HasSingleSel Property|property}}
+
{{#parentPage:PXV:IUIX_List#Properties|HasSingleSel|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_HasSingleSel([out, retval]  VARIANT_BOOL*  pHasSingleSel);
+
<pre class="brush:cpp;gutter:false">HRESULT get_HasSingleSel([out, retval]  VARIANT_BOOL*  bHasSingleSel);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_List|IUIX_List]]
 
[[PXV:IUIX_List|IUIX_List]]

Latest revision as of 04:28, 15 June 2015


Property HasSingleSel of interface IUIX_List returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_HasSingleSel([out, retval]  VARIANT_BOOL*  bHasSingleSel);

See Also

IUIX_List