public Control TextBoxControl { get; set; }
Public Property TextBoxControl As Control Get Set
public: property Control^ TextBoxControl { Control^ get (); void set (Control^ value); }
member TextBoxControl : Control with get, set
In This Article