public TextBox TextBox { get; set; }
Public Property TextBox As TextBox Get Set
public: property TextBox^ TextBox { TextBox^ get (); void set (TextBox^ value); }