DataConnectionUIControl.Control Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.