|
Options |
Name |
Purpose |
|
|
|
AddRecord ()
|
Override of the AddRecord Method to initialize a new Record with
the StructureType - MENU.
|
|
|
|
AttachBindingSource (BindingSource)
|
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may have been created by a DataAdapter or reused from a
SmartBrowserControl
|
|
|
|
btnAssignParameter_Click (Object, EventArgs)
|
Event handler for the Click event of the btnAssignParameter
|
|
|
|
CopyRecord ()
|
Copy the current record to a new one. The Method CreateRecord of
SmartViewerControl gets called to Handle this Task.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
Enforced by Interface ISmartDataTarget.
|
|
|
|
CurrentChangedHandler (Object, EventArgs)
|
Event handler for the CurrentChanged event of the SmartDataSource
|
|
|
|
ImageSelection_DragDrop (Object, DragEventArgs)
|
Assigns the filename of the dropped file to the ImageEditors
|
|
|
|
ImageSelection_DragEnter (Object, DragEventArgs)
|
Allows the FileDrop to the editor control if the events data
contains exact one file.
|
|
|
|
ImageSelection_EditorButtonClick (Object, EditorButtonEventArgs)
|
Displays the OpenFileDialog for the ImageEditors to select a path
|
|
|
|
ImageSelection_KeyDownHandler (Object, KeyEventArgs)
|
Displays the OpenFileDialog for the ImageEditors to select a path
|
|
|
|
System.Windows.Forms.Control InitializeCallParameterControl (UserControl, character)
|
Initialize a Call Parameter UserControl on the Viewer.
|
|
|
|
InitializeComponent ()
|
|
|
|
|
MenuSmallImageLeaveHandler (Object, EventArgs)
|
Event handler for the Leave event of the MenuSmallImage
|
|
|
|
OnAfterAddRecord (EventArgs)
|
Raises the AfterAddRecord event
|
|
|
|
OnAfterCopyRecord (EventArgs)
|
After copying a record the correct CallParameter UserControl has
to be shown and the current value is restored by setting the Text
property of the CallParameterControl to the stored CallParameter
value.
|
|
|
|
OnBeforeAddRecord (CancelEventArgs)
|
Raises the OnBeforeAddRecord event
|
|
|
|
PopulateComboEditor ()
|
Populates the ValueList of the ComboEditor
|
|
|
|
RestoreValuesForCopy ()
|
Override of the RestoreValuesForCopy to additionally restore the
FunctionCallParameter value.
|
|
|
|
SetDataBindingForCallParameterControl ()
|
Sets the Data binding for the CallParameterControl
|
|
|
|
StoreValuesForCopy ()
|
Override of the StoreValuesForCopy method to additionally store the
value of the FunctionCallParameter.
|
|
|
|
StructureTypeComboEditor_ValueChanged (Object, EventArgs)
|
Setting the FunctionLookup enabled when adding a new Item manually
|
|
|
|
TextChangedEventHandler (Object, EventArgs)
|
Event Handler for the TextChanged event of the contained Controls
|