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 | |
---|---|---|
PageCount | Gets the count of property pages in the property sheet. |
|
SelectionObject | Gets the selection object for the property sheet. |
|
SnapIn | Gets the owner snap-in for the property sheet. |
Methods
Name | Description | |
---|---|---|
CancelToClose() | Disables the Cancel button and changes the OK button to a Close button. |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetPropertyPage(Int32) | Retrieves a page using its Id. |
|
GetType() | (Inherited from Object.) |
|
SetActivePage(Int32) | Activates a property page in the sheet. |
|
Show(Form) | Shows a modeless form using the property sheet as the parent. |
|
ShowDialog(CommonDialog) | Shows a common dialog modal in the property sheet window. |
|
ShowDialog(Form) | Shows a form modal in the property sheet without delay. |
|
ShowDialog(Form, WaitCursor) | Shows a form modal in the property sheet window with an optional wait cursor delay. |
|
ShowDialog(MessageBoxParameters) | Shows a message box that is controlled by the specified parameters. This message box is modal to the property sheet. |
|
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