PropertySheet Class

 

This is a sealed class that provides a container for property pages. It forwards notification and requests to corresponding pages and issues commands that originate from individual pages.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.PropertySheet

Syntax

public sealed class PropertySheet
public ref class PropertySheet sealed 
[<Sealed>]
type PropertySheet = class end
Public NotInheritable Class PropertySheet

Properties

Name Description
System_CAPS_pubproperty PageCount

Gets the count of property pages in the property sheet.

System_CAPS_pubproperty SelectionObject

Gets the selection object for the property sheet.

System_CAPS_pubproperty SnapIn

Gets the owner snap-in for the property sheet.

Methods

Name Description
System_CAPS_pubmethod CancelToClose()

Disables the Cancel button and changes the OK button to a Close button.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPropertyPage(Int32)

Retrieves a page using its Id.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetActivePage(Int32)

Activates a property page in the sheet.

System_CAPS_pubmethod Show(Form)

Shows a modeless form using the property sheet as the parent.

System_CAPS_pubmethod ShowDialog(CommonDialog)

Shows a common dialog modal in the property sheet window.

System_CAPS_pubmethod ShowDialog(Form)

Shows a form modal in the property sheet without delay.

System_CAPS_pubmethod ShowDialog(Form, WaitCursor)

Shows a form modal in the property sheet window with an optional wait cursor delay.

System_CAPS_pubmethod ShowDialog(MessageBoxParameters)

Shows a message box that is controlled by the specified parameters. This message box is modal to the property sheet.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ManagementConsole Namespace

Return to top