IUIX_List::IsGroupExpanded Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_List::IsGroupExpanded Method}}
+
{{#customTitle:IUIX_List::IsGroupExpanded Property}}
 +
 
 +
Property '''IsGroupExpanded''' of interface [[PXV:IUIX_List|IUIX_List]] returns  Value of VARIANT_BOOL ...
  
The method of interface of PDF-XChange Editor SDK.
 
  
 
== 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* pExpanded);
 +
</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]].
 
See also [[PXV:IUIX_List|IUIX_List]].

Revision as of 12:34, 24 March 2015

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


Syntax

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

Parameters

nGroup
[in] Value of LONG.

See Also

See also IUIX_List.