示例#1
0
        public WideButtonWithIcon(WideButtonWithIconType iconType)
        {
            Style = ButtonStyle.AlphaChannel;

            base.Focusable = true;

            _iconType = iconType;

            SetImages();

            _lines = new List<string>();
        }
示例#2
0
        public WideButtonWithIcon(WideButtonWithIconType iconType)
        {
            Style = ButtonStyle.AlphaChannel;

            base.Focusable = true;

            _iconType = iconType;

            SetImages();

            _lines = new List <string>();
        }