C# Class ComponentFactory.Krypton.Toolkit.ContextMenuArgs

Details for context menu related events.
Inheritance: CancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ContextMenuArgs ( ) : System

Initialize a new instance of the ContextMenuArgs class.

ContextMenuArgs ( ContextMenuStrip cms ) : System

Initialize a new instance of the ContextMenuArgs class.

ContextMenuArgs ( ContextMenuStrip cms, KryptonContextMenu kcm ) : System

Initialize a new instance of the ContextMenuArgs class.

ContextMenuArgs ( KryptonContextMenu kcm ) : System

Initialize a new instance of the ContextMenuArgs class.

Method Details

ContextMenuArgs() public method

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( ) : System
return System

ContextMenuArgs() public method

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( ContextMenuStrip cms ) : System
cms System.Windows.Forms.ContextMenuStrip Context menu strip that can be customized.
return System

ContextMenuArgs() public method

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( ContextMenuStrip cms, KryptonContextMenu kcm ) : System
cms System.Windows.Forms.ContextMenuStrip Context menu strip that can be customized.
kcm KryptonContextMenu KryptonContextMenu that can be customized.
return System

ContextMenuArgs() public method

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( KryptonContextMenu kcm ) : System
kcm KryptonContextMenu KryptonContextMenu that can be customized.
return System