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.
Gets or sets the control to be used in the property page.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Control Control { get; set; }
public:
property Control^ Control {
Control^ get();
void set(Control^ value);
}
member Control : Control with get, set
Public Property Control As Control
Property Value
Type: System.Windows.Forms.Control
The control for the page
Remarks
This property cannot be modified after the page is added to the sheet.
See Also
PropertyPage Class
Microsoft.ManagementConsole Namespace
Return to top