ComponentFactory.Krypton.Toolkit.GalleryButtonImages.ResetNormal C# (CSharp) Method

ResetNormal() public method

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