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