ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem.KryptonContextMenuItem C# (CSharp) Method

KryptonContextMenuItem() public method

Initialize a new instance of the KryptonContextMenuItem class.
public KryptonContextMenuItem ( ) : System
return System
        public KryptonContextMenuItem()
            : this("Menu Item", null, null, Keys.None)
        {
        }

Same methods

KryptonContextMenuItem::KryptonContextMenuItem ( string initialText ) : System
KryptonContextMenuItem::KryptonContextMenuItem ( string initialText, EventHandler clickHandler ) : System
KryptonContextMenuItem::KryptonContextMenuItem ( string initialText, EventHandler clickHandler, Keys shortcut ) : System
KryptonContextMenuItem::KryptonContextMenuItem ( string initialText, Image initialImage, EventHandler clickHandler ) : System
KryptonContextMenuItem::KryptonContextMenuItem ( string initialText, Image initialImage, EventHandler clickHandler, Keys shortcut ) : System