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

KryptonSeparatorDesigner() public method

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