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

KryptonRadioButtonDesigner() public method

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