ComponentFactory.Krypton.Ribbon.ButtonSpecMdiChildMin.GetChecked C# (CSharp) 메소드

GetChecked() 공개 메소드

Gets the button checked state.
public GetChecked ( IPalette palette ) : ButtonCheckState
palette IPalette Palette to use for inheriting values.
리턴 ButtonCheckState
        public override ButtonCheckState GetChecked(IPalette palette)
        {
            // Close button is never shown as checked
            return ButtonCheckState.NotCheckButton;
        }