IUIX_List::IsGroupExpanded Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_List::IsGroupExpanded Method}}
+
{{#customTitle:IUIX_List::IsGroupExpanded Property}}
 +
{{#parentPage:PXV:IUIX_List#Properties|IsGroupExpanded|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Property '''IsGroupExpanded''' of interface [[PXV:IUIX_List|IUIX_List]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT IsGroupExpanded([in] LONG nGroup, [out, retval] VARIANT_BOOL* pExpanded);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsGroupExpanded([in]           LONG           nGroup,
 +
                            [out, retval] VARIANT_BOOL* bExpanded);
 +
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nGroup''
+
;nGroup
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;''pExpanded''
 
:[out, retval]  Pointer to VARIANT_BOOL.
 
 
== Return Value ==
 
Returns S_OK if operation was successful or error code in other cases.
 
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_List|IUIX_List]].
+
[[PXV:IUIX_List|IUIX_List]]

Latest revision as of 04:28, 15 June 2015


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

Syntax

HRESULT get_IsGroupExpanded([in]           LONG           nGroup,
                            [out, retval]  VARIANT_BOOL*  bExpanded);

Parameters

nGroup
[in] Value of LONG.

See Also

IUIX_List