ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesDropDownButton.ResetDisabled C# (CSharp) 메소드

ResetDisabled() 공개 메소드

Resets the Disabled property to its default value.
public ResetDisabled ( ) : void
리턴 void
        public void ResetDisabled()
        {
            Disabled = null;
        }