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