Indicates if the element type is associated with an element group.
[Visual Basic 6.0] Property IsElementGroup As Boolean
[Visual Basic .NET] Public Property IsElementGroup As Boolean
[C#] public bool IsElementGroup {get; set;}
[Java] public boolean IsElementGroup() throws IOException, AutomationException
[Java] public void setIsElementGroup( boolean IsElementGroup ) throws IOException, AutomationException
[C++]
HRESULT get_IsElementGroup(
VARIANT_BOOL* pVal
);
[C++] HRESULT put_IsElementGroup( VARIANT_BOOL pVal);
Parameters
pVal [out, retval]
pVal is a parameter of type VARIANT_BOOL
pVal [in]
pVal is a parameter of type VARIANT_BOOL
If the IsElementGroup property returns TRUE, the element type ElementGroup property returns the current element type itself. If it returns FALSE, the ElementGroup property returns the first of its ancestor element types which is a group.
INgElementType Interface | INgElementType.ElementGroup Property