Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Activates a property page in the sheet.
Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void SetActivePage(
    int index
)
public:
void SetActivePage(
    int index
)
member SetActivePage : 
        index:int -> unit
Public Sub SetActivePage (
    index As Integer
)
Parameters
index
Type: System.Int32Index of the page in the collection.
See Also
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top