Click or drag to resize

aceMenu Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionaceMenuItem
    System.Collections.ObjectModelObservableCollectionaceMenuItem
      aceCollectionaceMenuItem
        imbACE.Core.commands.menu.coreaceMenuItemCollection
          imbACE.Core.commands.menu.coreaceMenu
            imbACE.Core.commands.menuaceCommandLineOptions
            imbACE.Services.terminalaceTerminalMenu

Namespace:  imbACE.Core.commands.menu.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class aceMenu : aceMenuItemCollection
Request Example View Source

The aceMenu type exposes the following members.

Constructors
  NameDescription
Public methodaceMenu
Initializes a new instance of the aceMenu class
Top
Properties
  NameDescription
Public propertycurrentItemGroup
Bindable property
(Inherited from aceMenuItemCollection.)
Public propertydefaultOption
Opcija koja ce biti podrazumevana
(Inherited from aceMenuItemCollection.)
Public propertydisabledItems
namesAndKeysOfDisabledItems
(Inherited from aceMenuItemCollection.)
Public propertydoSkipDisabled
disejblovani itemi ne mogu da budu selektovani
(Inherited from aceMenuItemCollection.)
Public propertymenuDescription
Opis ispod menija
Public propertymenuTitle
Naslov menija
Public propertyselected
selected item
(Inherited from aceMenuItemCollection.)
Top
Methods
  NameDescription
Public method_autoInit (Inherited from aceCollectionaceMenuItem.)
Public methodAny (Inherited from aceCollectionaceMenuItem.)
Public methodclearAll (Inherited from aceMenuItemCollection.)
Public methodgetDefaultItem
Vraca default item -
(Inherited from aceMenuItemCollection.)
Public methodGetEnumerator (Inherited from aceCollectionaceMenuItem.)
Public methodgetItem
Vraca manuItem u skladu sa ulaznim parametrom - koristi se kod otvorenog unosa kljuca
(Inherited from aceMenuItemCollection.)
Public methodgetMaxKeyLength
Najveca sirina key-a
(Inherited from aceMenuItemCollection.)
Public methodgetSelectedKey (Inherited from aceMenuItemCollection.)
Public methodisDefault (Inherited from aceMenuItemCollection.)
Public methodisDisabled (Inherited from aceMenuItemCollection.)
Public methodisSelected
Checks if given item is currently selected
(Inherited from aceMenuItemCollection.)
Public methodRemove
Sklanja celu kolekciju iz menija
(Inherited from aceMenuItemCollection.)
Public methodselectFirstEnabled
postavlja za selektovanu opciju prvu stavku koja nije disejblovana
(Inherited from aceMenuItemCollection.)
Public methodselectNext
Pomera selektovan item za sledece mesto
(Inherited from aceMenuItemCollection.)
Public methodselectPrev
Pomera seleektovan item na prethodno mesto
(Inherited from aceMenuItemCollection.)
Public methodsetDisabled(IEnumerableInt32, Boolean) (Inherited from aceMenuItemCollection.)
Public methodsetDisabled(IListString, Boolean) (Inherited from aceMenuItemCollection.)
Public methodsetDisabled(Boolean, Boolean, aceMenuItem) (Inherited from aceMenuItemCollection.)
Public methodsetItem(aceMenuItem)
Adds externally created aceMenuItem object
(Inherited from aceMenuItemCollection.)
Public methodsetItem(String, String, String, Boolean)
Postavlja novi item u menu
(Inherited from aceMenuItemCollection.)
Public methodsetItems(IEnumerableString)
Populates menu with provided collection of strings
(Inherited from aceMenuItemCollection.)
Public methodsetItems(Enum)
Sets items by Enum defOption type values and sets defOption as default selection
(Inherited from aceMenuItemCollection.)
Public methodsetItems(aceOperationSetExecutorBase, IAceComponent, BindingFlags)
Populates menu with provided executor
(Inherited from aceMenuItemCollection.)
Public methodsetItemsT(IEnumerableT)
Populates menu with IEnumerable Enum values. It automatically takes aceMenuItem attribute values from Enum declaration
(Inherited from aceMenuItemCollection.)
Public methodsetItemsFromDictionary (Inherited from aceMenuItemCollection.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceCollectionaceMenuItem.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also