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