EditorControl.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 or sets the control that represents the editor window.
protected:
property System::Windows::Forms::Control ^ Control { System::Windows::Forms::Control ^ get(); void set(System::Windows::Forms::Control ^ value); };
protected System.Windows.Forms.Control Control { get; set; }
member this.Control : System.Windows.Forms.Control with get, set
Protected Property Control As Control