ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.GetContextMenuCheckedImage C# (CSharp) Метод

GetContextMenuCheckedImage() публичный Метод

Gets a checked image appropriate for a context menu item.
public GetContextMenuCheckedImage ( ) : Image
Результат Image
        public override Image GetContextMenuCheckedImage()
        {
            return _contextMenuChecked;
        }
PaletteSparkleBase