SetGroupExpanded Method (IPropertyManagerPage)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetGroupExpanded( _
ByVal GroupID As Integer, _
ByVal Expanded As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage
Dim GroupID As Integer
Dim Expanded As Boolean
Dim value As Integer
value = instance.SetGroupExpanded(GroupID, Expanded)
|
Parameters
- GroupID
-
- Expanded
-
See Also