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

KryptonDropButtonDesigner() public method

Initialize a new instance of the KryptonDropButtonDesigner class.
public KryptonDropButtonDesigner ( ) : System
return System
        public KryptonDropButtonDesigner()
        {
            // 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;
        }
KryptonDropButtonDesigner