PropertySheet.SetActivePage Method (Int32)

 

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.Int32

    Index of the page in the collection.

See Also

PropertySheet Class
Microsoft.ManagementConsole Namespace

Return to top