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 the control instance for this Windows Forms view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Control Control { get; }
public:
property Control^ Control {
Control^ get();
}
member Control : Control with get
Public ReadOnly Property Control As Control
Property Value
Type: System.Windows.Forms.Control
The control for this view
See Also
FormView Class
Microsoft.ManagementConsole Namespace
Return to top