GetGroupExpanded Method (IPropertyManagerPage)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetGroupExpanded( _
ByVal GroupID As System.Integer, _
ByRef Status As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage
Dim GroupID As System.Integer
Dim Status As System.Integer
Dim value As System.Boolean
value = instance.GetGroupExpanded(GroupID, Status) |
C# | |
---|
System.bool GetGroupExpanded(
System.int GroupID,
out System.int Status
) |
C++/CLI | |
---|
System.bool GetGroupExpanded(
& System.int GroupID,
& [Out] System.int Status
) |
Parameters
- GroupID
-
- Status
-
See Also