|
Navigate to: Methods | Constructors | Events | Properties
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 |
|
+ | 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 |
Gets and sets the names of the fields that shall be used for the
Display text of the items |
|
+ | CHARACTER DisplayFieldSubstitute |
Gets and sets the pattern to be used (SUBSTITUTE function) to build
the Display text of the items from the values of the fields in the
DisplayFields property |
|
+ | CHARACTER ImageKeyField |
Gets and sets the name of the field that returns the Image Key |
|
+ | CHARACTER KeyField |
Gets and sets the name of the field that returns the Key Value |
|
+ | CHARACTER LabelAvailableItems |
Gets and sets the label for the available items |
|
+ | CHARACTER LabelSelectedItems |
Gets and sets the label for the selected items |
Top
PROTECTED AddSelectedItems ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE btnAdd_Click (Object, EventArgs)
|
||||||||||||||||||||||
PRIVATE btnRemove_Click (Object, EventArgs)
|
||||||||||||||||||||||
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
|