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