ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesDropDownButton.ResetCommon C# (CSharp) Method

ResetCommon() public method

Resets the Common property to its default value.
public ResetCommon ( ) : void
return void
        public void ResetCommon()
        {
            Common = null;
        }