|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | AddSelectedItems () |
Adds selected items |
|
- | btnAdd_Click (Object, EventArgs) |
Event handler for the Click event of the btnAdd |
|
- | btnRemove_Click (Object, EventArgs) |
Event handler for the Click event of the btnRemove |
|
+ | FilterAvailableListItems (character) |
Filters the available list items |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetSelectedItems () |
Returns the List of selected Items |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
- | lvAvailable_ItemDoubleClick (Object, ItemDoubleClickEventArgs) |
Event handler for the ItemDoubleClick event of the lvAvailable |
|
- | lvAvailable_ItemSelectionChanged (Object, ItemSelectionChangedEventArgs) |
Event handler for the ItemSelectionChanged event of the lvAvailable |
|
- | lvSelected_ItemDoubleClick (Object, ItemDoubleClickEventArgs) |
Event handler for the ItemDoubleClick event of the lvSelected |
|
- | lvSelected_ItemSelectionChanged (Object, ItemSelectionChangedEventArgs) |
Event handler for the ItemSelectionChanged event of the lvSelected |
|
# | OnSelectedItemsChanged (EventArgs) |
Raises the SelectedItemsChanged |
|
# | RemoveSelectedItems () |
Removes selected items |
|
+ | SetListItems (handle, CharacterList) |
Initializes the Selection lists based on the given temp-table and
CharcaterList of selected values |
Options | Name | Purpose | |
---|---|---|---|
+ | MultipleItemPickerControl () |
Constructor for the MultipleItemPickerControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | SelectedItemsChanged DELEGATE System.EventHandler |
Raised whenever the List of selected items changes |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER DisplayFields |
|
|
+ | CHARACTER DisplayFieldSubstitute |
|
|
+ | CHARACTER ImageKeyField |
|
|
+ | CHARACTER KeyField |
|
|
+ | CHARACTER LabelAvailableItems |
|
|
+ | CHARACTER LabelSelectedItems |
|
|
+ | Infragistics.Win.UltraWinListView.UltraListView ListViewAvailableItems |
|
|
+ | Infragistics.Win.UltraWinListView.UltraListView ListViewSelectedItems |
|
Top
PROTECTED AddSelectedItems ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE btnAdd_Click (Object, EventArgs)
|
||||||||||||||||||||||
PRIVATE btnRemove_Click (Object, EventArgs)
|
||||||||||||||||||||||
PUBLIC FilterAvailableListItems (character)
|
||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetSelectedItems ()
|
||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||
PRIVATE lvAvailable_ItemDoubleClick (Object, ItemDoubleClickEventArgs)
|
||||||||||||||||||||||
PRIVATE lvAvailable_ItemSelectionChanged (Object, ItemSelectionChangedEventArgs)
|
||||||||||||||||||||||
PRIVATE lvSelected_ItemDoubleClick (Object, ItemDoubleClickEventArgs)
|
||||||||||||||||||||||
PRIVATE lvSelected_ItemSelectionChanged (Object, ItemSelectionChangedEventArgs)
|
||||||||||||||||||||||
PROTECTED OnSelectedItemsChanged (EventArgs)
|
||||||||||||||||||||||
PROTECTED RemoveSelectedItems ()
|
||||||||||||||||||||||
PUBLIC SetListItems (handle, CharacterList)
|
PUBLIC MultipleItemPickerControl ()
|
---|
PUBLIC SelectedItemsChanged DELEGATE System.EventHandler
|
---|
PUBLIC CHARACTER DisplayFields
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER DisplayFieldSubstitute
|
|||||||||
PUBLIC CHARACTER ImageKeyField
|
|||||||||
PUBLIC CHARACTER KeyField
|
|||||||||
PUBLIC CHARACTER LabelAvailableItems
|
|||||||||
PUBLIC CHARACTER LabelSelectedItems
|
|||||||||
PUBLIC Infragistics.Win.UltraWinListView.UltraListView ListViewAvailableItems
|
|||||||||
PUBLIC Infragistics.Win.UltraWinListView.UltraListView ListViewSelectedItems
|