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

GetContextMenuCheckedImage() public method

Gets a checked image appropriate for a context menu item.
public GetContextMenuCheckedImage ( ) : Image
return Image
        public virtual Image GetContextMenuCheckedImage()
        {
            return _target.GetContextMenuCheckedImage();
        }
PaletteRedirect