ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButton.KryptonRibbonQATButton C# (CSharp) Method

KryptonRibbonQATButton() public method

Initialise a new instance of the KryptonRibbonQATButton class.
public KryptonRibbonQATButton ( ) : System
return System
        public KryptonRibbonQATButton()
        {
            // Default fields
            _image = _defaultImage;
            _visible = true;
            _enabled = true;
            _text = "QAT Button";
            _shortcutKeys = Keys.None;
            _toolTipImageTransparentColor = Color.Empty;
            _toolTipTitle = string.Empty;
            _toolTipBody = string.Empty;
            _toolTipStyle = LabelStyle.ToolTip;
        }