ComponentFactory.Krypton.Toolkit.KryptonButtonDesigner.KryptonButtonDesigner C# (CSharp) Method

KryptonButtonDesigner() public method

Initialize a new instance of the KryptonButtonDesigner class.
public KryptonButtonDesigner ( ) : System
return System
        public KryptonButtonDesigner()
        {
            // The resizing handles around the control need to change depending on the
            // value of the AutoSize and AutoSizeMode properties. When in AutoSize you
            // do not get the resizing handles, otherwise you do.
            AutoResizeHandles = true;
        }
KryptonButtonDesigner