C# Класс ComponentFactory.Krypton.Toolkit.ContextMenuArgs

Details for context menu related events.
Наследование: CancelEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

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

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( ) : System
Результат System

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

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.
Результат System

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

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.
Результат System

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

Initialize a new instance of the ContextMenuArgs class.
public ContextMenuArgs ( KryptonContextMenu kcm ) : System
kcm KryptonContextMenu KryptonContextMenu that can be customized.
Результат System