ComponentFactory.Krypton.Toolkit.PaletteBase.GetRadioButtonImage C# (CSharp) Method

GetRadioButtonImage() public abstract method

Gets a check box image appropriate for the provided state.
public abstract GetRadioButtonImage ( bool enabled, bool checkState, bool tracking, bool pressed ) : Image
enabled bool Is the radio button enabled.
checkState bool Is the radio button checked.
tracking bool Is the radio button being hot tracked.
pressed bool Is the radio button being pressed.
return Image
        public abstract Image GetRadioButtonImage(bool enabled, bool checkState, bool tracking, bool pressed);
PaletteBase