aceMenuItemCollection Class |
Namespace: imbACE.Core.commands.menu.core
The aceMenuItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| aceMenuItemCollection | Initializes a new instance of the aceMenuItemCollection class |
| Name | Description | |
|---|---|---|
| currentItemGroup |
Bindable property
| |
| defaultOption |
Opcija koja ce biti podrazumevana
| |
| disabledItems |
namesAndKeysOfDisabledItems
| |
| doSkipDisabled |
disejblovani itemi ne mogu da budu selektovani
| |
| selected |
selected item
|
| Name | Description | |
|---|---|---|
| _autoInit | (Inherited from aceCollectionaceMenuItem.) | |
| Any | (Inherited from aceCollectionaceMenuItem.) | |
| clearAll | ||
| getDefaultItem |
Vraca default item -
| |
| GetEnumerator | (Inherited from aceCollectionaceMenuItem.) | |
| getItem |
Vraca manuItem u skladu sa ulaznim parametrom - koristi se kod otvorenog unosa kljuca
| |
| getMaxKeyLength |
Najveca sirina key-a
| |
| getSelectedKey | ||
| isDefault | ||
| isDisabled | ||
| isSelected |
Checks if given item is currently selected
| |
| Remove |
Sklanja celu kolekciju iz menija
| |
| selectFirstEnabled |
postavlja za selektovanu opciju prvu stavku koja nije disejblovana
| |
| selectNext |
Pomera selektovan item za sledece mesto
| |
| selectPrev |
Pomera seleektovan item na prethodno mesto
| |
| setDisabled(IEnumerableInt32, Boolean) | ||
| setDisabled(IListString, Boolean) | ||
| setDisabled(Boolean, Boolean, aceMenuItem) | ||
| setItem(aceMenuItem) |
Adds externally created aceMenuItem object
| |
| setItem(String, String, String, Boolean) |
Postavlja novi item u menu
| |
| setItems(IEnumerableString) |
Populates menu with provided collection of strings
| |
| setItems(Enum) |
Sets items by Enum defOption type values and sets defOption as default selection
| |
| setItems(aceOperationSetExecutorBase, IAceComponent, BindingFlags) |
Populates menu with provided executor | |
| setItemsT(IEnumerableT) |
Populates menu with IEnumerable Enum values. It automatically takes aceMenuItem attribute values from Enum declaration
| |
| setItemsFromDictionary |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from aceCollectionaceMenuItem.) |
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |