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

GetContextMenuCheckedImage() public abstract method

Gets a checked image appropriate for a context menu item.
public abstract GetContextMenuCheckedImage ( ) : Image
return Image
        public abstract Image GetContextMenuCheckedImage();
PaletteBase