C# Класс SidebarLibrary.Menus.MenuCommand

Наследование: System.ComponentModel.Component
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_break bool
_checked bool
comboBox System.Windows.Forms.ComboBox
enabled bool
image System.Drawing.Bitmap
imageIndex int
imageList System.Windows.Forms.ImageList
infrequent bool
menuItems SidebarLibrary.Collections.MenuCommandCollection
radioCheck bool
realOwner Object
shortcut Shortcut
text string
userData object
visible bool

Private Properties

Свойство Тип Описание

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

Метод Описание
MenuCommand ( ) : System
MenuCommand ( ComboBox comboBox ) : System
MenuCommand ( string text ) : System
MenuCommand ( string text, Bitmap bitmap, Shortcut shortcut, EventHandler clickHandler, Object realOwner ) : System
MenuCommand ( string text, EventHandler clickHandler ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut ) : System
MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler ) : System
MenuCommand ( string text, Shortcut shortcut ) : System
MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System
OnClick ( EventArgs e ) : void
OnUpdate ( EventArgs e ) : void

Защищенные методы

Метод Описание
InternalConstruct ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler, Bitmap bitmap, object realOwner ) : void

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

InternalConstruct() защищенный Метод

protected InternalConstruct ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler, Bitmap bitmap, object realOwner ) : void
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
clickHandler EventHandler
bitmap System.Drawing.Bitmap
realOwner object
Результат void

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

public MenuCommand ( ) : System
Результат System

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

public MenuCommand ( ComboBox comboBox ) : System
comboBox System.Windows.Forms.ComboBox
Результат System

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

public MenuCommand ( string text ) : System
text string
Результат System

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

public MenuCommand ( string text, Bitmap bitmap, Shortcut shortcut, EventHandler clickHandler, Object realOwner ) : System
text string
bitmap System.Drawing.Bitmap
shortcut Shortcut
clickHandler EventHandler
realOwner Object
Результат System

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

public MenuCommand ( string text, EventHandler clickHandler ) : System
text string
clickHandler EventHandler
Результат System

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

public MenuCommand ( string text, ImageList imageList, int imageIndex ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
Результат System

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

public MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
Результат System

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

public MenuCommand ( string text, ImageList imageList, int imageIndex, Shortcut shortcut, EventHandler clickHandler ) : System
text string
imageList System.Windows.Forms.ImageList
imageIndex int
shortcut Shortcut
clickHandler EventHandler
Результат System

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

public MenuCommand ( string text, Shortcut shortcut ) : System
text string
shortcut Shortcut
Результат System

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

public MenuCommand ( string text, Shortcut shortcut, EventHandler clickHandler ) : System
text string
shortcut Shortcut
clickHandler EventHandler
Результат System

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

public OnClick ( EventArgs e ) : void
e System.EventArgs
Результат void

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

public OnUpdate ( EventArgs e ) : void
e System.EventArgs
Результат void

Описание свойств

_break защищенное свойство

protected bool _break
Результат bool

_checked защищенное свойство

protected bool _checked
Результат bool

comboBox защищенное свойство

protected ComboBox,System.Windows.Forms comboBox
Результат System.Windows.Forms.ComboBox

enabled защищенное свойство

protected bool enabled
Результат bool

image защищенное свойство

protected Bitmap,System.Drawing image
Результат System.Drawing.Bitmap

imageIndex защищенное свойство

protected int imageIndex
Результат int

imageList защищенное свойство

protected ImageList,System.Windows.Forms imageList
Результат System.Windows.Forms.ImageList

infrequent защищенное свойство

protected bool infrequent
Результат bool

menuItems защищенное свойство

protected MenuCommandCollection,SidebarLibrary.Collections menuItems
Результат SidebarLibrary.Collections.MenuCommandCollection

radioCheck защищенное свойство

protected bool radioCheck
Результат bool

realOwner защищенное свойство

protected Object realOwner
Результат Object

shortcut защищенное свойство

protected Shortcut shortcut
Результат Shortcut

text защищенное свойство

protected string text
Результат string

userData защищенное свойство

protected object userData
Результат object

visible защищенное свойство

protected bool visible
Результат bool