public InterfacePropertyAccessor(string initialText)
            : base()
        {
            this.MyControl.Box.Margins.SetLeftAndRight(ShapeStyle.DefaultFontSize / 2);
            this.MyControl.Box.SetMouseSensitivityToMargins();
            this.MyControl.Focusable = true;

            keyword = new FocusableKeyword(initialText);
            this.Add(keyword, new LabelBlock(";"));
        }
        public InterfacePropertyAccessor(string initialText)
            : base()
        {
            this.MyControl.Box.Margins.SetLeftAndRight(ShapeStyle.DefaultFontSize / 2);
            this.MyControl.Box.SetMouseSensitivityToMargins();
            this.MyControl.Focusable = true;

            keyword = new FocusableKeyword(initialText);
            this.Add(keyword, new LabelBlock(";"));
        }