C# Class ComponentFactory.Krypton.Toolkit.ContextMenuArgs

Details for context menu related events.
Inheritance: CancelEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( ) : System
Résultat System

ContextMenuArgs() public méthode

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.
Résultat System

ContextMenuArgs() public méthode

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.
Résultat System

ContextMenuArgs() public méthode

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