IVsDataConnectionUIControl.Control Property

Definition

When implemented by a class, gets the current user control as a UserControl object.

public:
 property System::Windows::Forms::UserControl ^ Control { System::Windows::Forms::UserControl ^ get(); };
public System.Windows.Forms.UserControl Control { get; }
member this.Control : System.Windows.Forms.UserControl
Public ReadOnly Property Control As UserControl

Property Value

A UserControl object.

Applies to