FormView.Control Property

 

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