C# Класс imBMW.Features.Menu.MenuItem

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Click ( ) : void
MenuItem ( GetTextHandler getTextCallback, MenuItemEventHandler callback, MenuItemType type = MenuItemType.Button, MenuItemAction action = MenuItemAction.None ) : System
MenuItem ( GetTextHandler getTextCallback, MenuItemType type = MenuItemType.Text, MenuItemAction action = MenuItemAction.None ) : System
MenuItem ( string text, MenuItemEventHandler callback, MenuItemType type = MenuItemType.Button, MenuItemAction action = MenuItemAction.None ) : System
MenuItem ( string text, MenuItemType type = MenuItemType.Text, MenuItemAction action = MenuItemAction.None ) : System
Refresh ( ) : void
ToString ( ) : string

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

Метод Описание
OnChanged ( ) : void
OnCheckedChanged ( ) : void
OnClicked ( ) : void

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

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

public Click ( ) : void
Результат void

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

public MenuItem ( GetTextHandler getTextCallback, MenuItemEventHandler callback, MenuItemType type = MenuItemType.Button, MenuItemAction action = MenuItemAction.None ) : System
getTextCallback GetTextHandler
callback MenuItemEventHandler
type MenuItemType
action MenuItemAction
Результат System

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

public MenuItem ( GetTextHandler getTextCallback, MenuItemType type = MenuItemType.Text, MenuItemAction action = MenuItemAction.None ) : System
getTextCallback GetTextHandler
type MenuItemType
action MenuItemAction
Результат System

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

public MenuItem ( string text, MenuItemEventHandler callback, MenuItemType type = MenuItemType.Button, MenuItemAction action = MenuItemAction.None ) : System
text string
callback MenuItemEventHandler
type MenuItemType
action MenuItemAction
Результат System

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

public MenuItem ( string text, MenuItemType type = MenuItemType.Text, MenuItemAction action = MenuItemAction.None ) : System
text string
type MenuItemType
action MenuItemAction
Результат System

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

protected OnChanged ( ) : void
Результат void

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

protected OnCheckedChanged ( ) : void
Результат void

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

protected OnClicked ( ) : void
Результат void

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

public Refresh ( ) : void
Результат void

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

public ToString ( ) : string
Результат string