| 
                Options | 
                Name | 
                Purpose | 
            
            
  | 
   | 
  
    #
    
    
   | 
  
    
           ActivateCurrentGridRow ()
    
   | 
  
     Activates the current row in the linked Grid    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           ActivateEventHandler ()
    
   | 
  
     Activates the Event Handlers for the contained controls    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           AddRecord ()
    
   | 
  
     Add a new record to the SmartDataSource. 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 AddRecord Tool.
         Enforced by Interface ISmartDataTarget.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           AddSmartTableIOSource (ISmartTableIOSource)
    
   | 
  
     Adds a(nother) SmartTableIOSource to the SmartViewerControl
         instance    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         System.Windows.Forms.Control  ApplyFocusToErrorField (character)
    
   | 
  
     Set's focus into a field that is related to an error    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         System.Windows.Forms.Control  ApplyFocusToErrorField (IFieldValidationError)
    
   | 
  
     Set's focus into a field that is related to an error    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           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    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           BeginInit ()
    
   | 
  
     Invoked at the beginning of a Containers InitializeComponents
         method    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           BindingSourcePositionChanged (Object, EventArgs)
    
   | 
  
     Event handler for the PositionChanged event of the BindingSource
         this Viewer is attached to    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           CancelUpdate ()
    
   | 
  
     Reverts the changes to the current record.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         LOGICAL  ControlFocus (Control)
    
   | 
  
     Calls the Focus() method for a .NET Control    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           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.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           CreateRecord (logical)
    
   | 
  
     Creates a new record in the viewer.
         This Method is called by AddRecord and CopyRecord from the current
         Class but may be overridden.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           CreateVerbs ()
    
   | 
  
     Creates Designer Verbs based on the DesignerVerbs property    Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           CustomInitializeControlHandler (Control)
    
   | 
  
     Overridable method that can be used to perform custom event
         subscriptions    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           DeactivateEventHandler ()
    
   | 
  
     Deactivates the Event Handlers for the contained controls    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           DeleteRecord ()
    
   | 
  
     Delete the current record.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
    
   | 
  
     Deregister a SmartDataTarget with the SmartGroupAssignTarget
         Enforced by Interface ISmartGroupAssignSource.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           DisableFields ()
    
   | 
  
     Disable all enabled controls of the SmartViewerControl.
         This Method is called from inside the SmartViewerControl.
         Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           DisplayError (Error)
    
   | 
  
     Display ErrorMessages shows a predefined Error Dialog and is called
         from the Method SaveChanges () of the SmartViewerControl Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           DisplayError (Error, logical)
    
   | 
  
     Display ErrorMessages shows a predefined Error Dialog and is called
         from the Method SaveChanges () of the SmartViewerControl Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           EditorDropDownAfterCloseUpHandler (Object, EventArgs)
    
   | 
  
     Event handler for the AfterCloseUp event of an
         UltraDateTimeEditor. Clears the reference to the currently opened
         DataTime popup editor in the variable oEditorDropDownControl    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           EditorDropDownAfterDropDownHandler (Object, EventArgs)
    
   | 
  
     Event handler for the AfterDropDown event of an
         UltraDateTimeEditor. Stores a reference to the currently opened
         DataTime popup editor in the variable oEditorDropDownControl
         Required to be able to start the update process in the
         method TextChangedHandler (in this class)    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           EnableFields (character)
    
   | 
  
     Enables controls of the SmartViewerControl    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           EnableFields (character, logical)
    
   | 
  
     Enables controls of the SmartViewerControl    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           EndInit ()
    
   | 
  
     Invoked at the end of a Containers InitializeComponents method    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           EnsureVisible ()
    
   | 
  
     Ensures that this SmartViewerControl is visible    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           eSmartSchedulerJobPlan_RecurringDaylist_SizeChanged (Object, EventArgs)
    
   | 
  
     Event handler for the SizeChanged event of the
         eSmartSchedulerJobPlan_RecurringDaylist control.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           EvaluateTableIOState ()
    
   | 
  
     This Method sets the Property SmartTableIOState to a value according
         to the SmartDataSources state of the current class. Possible values
         for SmartTableIOState are defined in the TableIOStateEnum.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           FillBoundControlTable (Control)
    
   | 
  
     Populates the ttViewerBoundControls temp-table    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Data.BindingSource  FindDesignTimeBindingSource ()
    
   | 
  
     Attempts to locate the BindingSource that was used in a SmartViewerControl
         at Design Time    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  FocusFirstEnabledEditorControl (Control)
    
   | 
  
     Focusses the first enabled EditorControl of the given Container
         Control    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           FormActivatedHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Activate event of the owning Form    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           FormClosedHandler (Object, EventArgs)
    
   | 
  
     Handles the FormClosed event of the containing Form    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           FormDeactivatedHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Deactivate event of the owning Form    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
    
   | 
  
     Returns a List of all Components in the Form    Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  GetBoundControl (character)
    
   | 
  
     Returns the reference to the Control that is bound to the named field
         of the binding source    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Collections.Generic.List <System.Windows.Forms.Control> GetBoundControls (character)
    
   | 
  
     Returns the list of Controls that is bound to the named field
         of the binding source    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetBoundControlTable (table)
    
   | 
  
     Populates a temp-table with information about all bound controls
         in the SmartViewerControl    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  GetControlEnabled (Control)
    
   | 
  
     Returns the Enable mode for a Control from the list of Controlthat will be enabled
         and disabled by the Viewer based on the current Viewer state
@param poControl The Control for which the Enable mode should be returned
@return The CHARACTER value representing the Control Enabled mode
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  GetControlSecurityEnabled (Control)
    
   | 
  
     Returns the security Enable mode for a Control from the list of Controls
         that will be enabled and disabled by the Viewer based on the current Viewer
         state
@param poControl The Control for which the Enable mode should be returned
@return The CHARACTER value representing the security Control Enabled mode
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  GetViewerField (character)
    
   | 
  
     Returns the reference to a Control in the Viewer identified by the Controls
         Name. This Method starts a recursive search for the Control.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         System.Windows.Forms.Control  GetViewerField (character, Control)
    
   | 
  
     Recursively searches for the Control with the given name    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         ISmartGroupAssignTarget  GetViewerForBoundControl (character)
    
   | 
  
     Returns the reference to the SmartGroupAssignTarget that contains
         a Control bound to the given field name    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           GroupAssignSmartTableIOStateChangedHandler (Object, SmartTableIOStateChangedEventArgs)
    
   | 
  
     Event handler for the SmartTableIOStateChanged event of the
         Groupassign Source    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           HandleValidationError (Error)
    
   | 
  
     Handles an error raised by validation routines    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  HasBoundControl (character, logical)
    
   | 
  
     Returns logical value indicating if the Viewer contains a Control
         that is bound to the named field    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           InitializeComponent ()
    
   | 
  
     Initializes the Visual Design     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           InitializeControlEventHandler ()
    
   | 
  
     Subscribe the EventHandler(s) to events of all controls added to
         the SmartViewerControl. The RecurseInitializeControlEventHandler is
         used to Handle this Task.
         This Method is called every Time a new Control is added to the
         SmartViewerControl.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           InitializeViewerLogicObject ()
    
   | 
  
     Initializes the Viewer Logic Object    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         LOGICAL  IsControlEnabled (character, character, logical)
    
   | 
  
     Determines if a Control should be enabeld based on the SecurityEnableMode
         and EnableMode    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  IsEditorControl (Control)
    
   | 
  
     Returns TRUE is the Controls is recognized as an Editor Control    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  IsOkToClose (logical, CloseReason)
    
   | 
  
     Check if it is ok to close the parent form.
         Returns TRUE when the form can be closed. Otherwise returns FALSE.
         Enforced by the Interface ICheckOkToClose.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         LOGICAL  IsValueChanged (Object)
    
   | 
  
     Returns if the current (screen-value) of a Control in the SmartViewerControl
         derived class has changed in comparison to the underlying buffer vaule    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAddedRecordModifiedChanged (EventArgs)
    
   | 
  
     Raises the AddedRecordModifiedChanged    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAddingRecordChanged (EventArgs)
    
   | 
  
     Raises the AddingRecordChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAfterAddRecord (EventArgs)
    
   | 
  
     Raises the AfterAddRecord event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAfterCancelUpdate (EventArgs)
    
   | 
  
     Raises the AfterCancelUpdate event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAfterCopyRecord (EventArgs)
    
   | 
  
     Raises the AfterCopyRecord event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAfterDeleteRecord (EventArgs)
    
   | 
  
     Raises the AfterDeleteRecord event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAfterFieldsEnabled (EventArgs)
    
   | 
  
     Raises the AfterFieldsEnabled    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnAfterSaveChanges (EventArgs)
    
   | 
  
     Raises the AfterSaveChanges event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnBeforeAddRecord (CancelEventArgs)
    
   | 
  
     Raises the BeforeAddRecord event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnBeforeCancelUpdate (CancelEventArgs)
    
   | 
  
     Raises the BeforeCancelUpdate event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnBeforeCopyRecord (CancelEventArgs)
    
   | 
  
     Raises the BeforeCopyRecord event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnBeforeDeleteRecord (CancelEventArgs)
    
   | 
  
     Raises the BeforeDeleteRecord event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnBeforeEnableFields (CancelableEventArgs)
    
   | 
  
     Raises the BeforeEnableFields    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnBeforeSaveChanges (CancelEventArgs)
    
   | 
  
     Raises the BeforeSaveChanges event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           OnClickHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Click event of the button controls.
         Checks or unchecks the Weekday or Month check boxes     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnCopyingRecordChanged (EventArgs)
    
   | 
  
     Raises the CopyingRecordChanged    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnEnter (EventArgs)
    
   | 
  
     Raises the Enter event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnFieldsDisabled (EventArgs)
    
   | 
  
     Raises the FieldsDisabled event.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnFieldsEnabled (EventArgs)
    
   | 
  
     Raises the FieldsEnabled event.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnFocusControlOnAddChanged (EventArgs)
    
   | 
  
     Raises the FocusControlOnAddChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnFocusControlOnUpdateChanged (EventArgs)
    
   | 
  
     Raises the FocusControlOnUpdateChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnLoad (EventArgs)
    
   | 
  
     Raises the Load event    Overrides Consultingwerk.SmartComponents.Base.SmartViewerControl:OnLoad (EventArgs) 
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           OnSelectionChangedHandler (Object, EventArgs)
    
   | 
  
     Event handler for the SelectionChanged event ot the PlanningType Control.
         Dependend on the PanningType diffent GroupBoxes are shown     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnSmartDataSourceChanged (EventArgs)
    
   | 
  
     Publishes the SmartGroupAssignSourceChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnSmartGroupAssignSourceChanged (EventArgs)
    
   | 
  
     Publishes the SmartGroupAssignSourceChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnSmartTableIOSourceChanged (EventArgs)
    
   | 
  
     Publishes the SmartGroupAssignSourceChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs)
    
   | 
  
     Publishes the SmartTableIOStateChanged event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           OnVerbClicked (character)
    
   | 
  
     Event Handler method for Designer Verbs    Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnVisualValidating (EventArgs)
    
   | 
  
     Raises the VisualValidating event    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           ParentFormDestroyedHandler (Object, EventArgs)
    
   | 
  
     Event handler for the FormDestroyed event of the owning Form    Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecurseInitializeControlEventHandler (Control)
    
   | 
  
     Subscribe the EventHandler(s) to events of all controls added to
         the SmartViewerControl.
         This Method is called by the Method InitializeControlEventHandler ()
         of the SmartViewerControl.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         System.Windows.Forms.Control  RecurseLocateBindingControl (Control, character)
    
   | 
  
     Recurses through the Controls in this SmartViewerControl and nested
         controls searching for a Control that is bound to the named
         BindingProperty (a field attached to the ProBindingSource).    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecurseLocateBindingControls (Control, Control>, character)
    
   | 
  
     Recurses through the Controls in this SmartViewerControl and nested
         controls searching for all Controls that are bound to the named
         BindingProperty (a field attached to the ProBindingSource).    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecurseLookupStopTimer (Control)
    
   | 
  
     Stops the current timer of all Lookups    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecursePerformLookup (Control)
    
   | 
  
     Performs the Lookup operation in all contained SmartLookup Controls    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecurseReplaceBindingSource (Control, BindingSource)
    
   | 
  
     Internal method to replace the data bindings of all contained
         Controls with the actual binding source provided by a SmartDataSource.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecurseRestoreCurrentValues (Control)
    
   | 
  
     Recurese Restore the Current Values of the Controls on the Viewer
         after a new DataRow is created.
         This Method is called by the internal Method RestoreValuesForCopy ().
         Parameters:    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RecurseStoreCurrentValues (Control)
    
   | 
  
     Recurese Store the Current Values of the Controls on the Viewer
         before a new DataRow is created.
         This Method is called by the internal Method StoreValuesForCopy ().    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
    
   | 
  
     Register a SmartDataTarget with the SmartGroupAssignTarget
         This Method is executed every time a new SmartGroupAssignSource is
         registered to the corresponding Property of a Class implementing the
         Interface ISmartGroupAssignSource.
         Enforced by Interface ISmartGroupAssignSource.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RemoveControlEnabled (Control)
    
   | 
  
     Removes a Control from the list of Controls that will be enabled
         and disabled by the Viewer based on the current Viewer state
@param poControl The Control which shall be removed from the list of managed Controls
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RemoveControlEnabled (Control, Control)
    
   | 
  
     Removes multiple Controls from the list of Controls that will be enabled
         and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RemoveControlEnabled (Control, Control, Control)
    
   | 
  
     Removes multiple Controls from the list of Controls that will be enabled
         and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
@param poControl3 The third Control which shall be removed from the list of managed Controls
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RemoveControlEnabled (Control, Control, Control, Control)
    
   | 
  
     Removes multiple Controls from the list of Controls that will be enabled
         and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
@param poControl3 The third Control which shall be removed from the list of managed Controls
@param poControl4 The fourth Control which shall be removed from the list of managed Controls
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           RemoveControlEnabled (Control, Control, Control, Control, Control)
    
   | 
  
     Removes multiple Controls from the list of Controls that will be enabled
         and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
@param poControl3 The third Control which shall be removed from the list of managed Controls
@param poControl4 The fourth Control which shall be removed from the list of managed Controls
@param poControl5 The fifth Control which shall be removed from the list of managed Controls
*/    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           RemoveSmartTableIOSource (ISmartTableIOSource)
    
   | 
  
     Removes a SmartTableIOSource from the SmartDataAdapter
         instance    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           RestoreValuesForCopy ()
    
   | 
  
     Restore the Current Values of all Controls on a SmartViewerControl
         and in all SmartGroupAssignTargets.
         This Method is called by CreateRecord from the current Class.
         Enforced by Interface ISmartGroupAssignTarget.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SaveChanges ()
    
   | 
  
     Saves the current changes to the database.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  SaveChangesOnDeactivateForm (logical)
    
   | 
  
     Saves pending changes when a Form is deactivated    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetCheckState (logical, SchedulerJobPlanningTypeEnum)
    
   | 
  
     Sets the Checked state for a group of check boxes     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetControlEnabled (Control, character)
    
   | 
  
     Sets the Enable Mode for a given Control inside the SmartViewerControl.
         Called by the Method InitializeControlEventHandler () of a
         SmartViewerControl derived Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetControlEnabled (Control, Control, character)
    
   | 
  
     Sets the Enable Mode for two given Controls inside the SmartViewerControl.
         Called by the Method InitializeControlEventHandler () of a
         SmartViewerControl derived Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetControlEnabled (Control, Control, Control, character)
    
   | 
  
     Sets the Enable Mode for three given Controls inside the SmartViewerControl.
         Called by the Method InitializeControlEventHandler () of a
         SmartViewerControl derived Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetControlEnabled (Control, Control, Control, Control, character)
    
   | 
  
     Sets the Enable Mode for four given Controls inside the SmartViewerControl.
         Called by the Method InitializeControlEventHandler () of a
         SmartViewerControl derived Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetControlEnabled (Control, Control, Control, Control, Control, character)
    
   | 
  
     Sets the Enable Mode for five given Controls inside the SmartViewerControl.
         Called by the Method InitializeControlEventHandler () of a
         SmartViewerControl derived Class.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetControlEnabled (Control[], character)
    
   | 
  
     Sets the Enable Mode for the given Controls inside the SmartViewerControl    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           SetControlEnabledFromDescriptor ()
    
   | 
  
     Sets the ControlEnabled property of the visual controls
         based on the Business Entity Descriptor    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetModifyingState ()
    
   | 
  
     Sets the TableIOState to ModifyingData    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetOpenedEditorDropDownControl (Control)
    
   | 
  
     Set's the current opened EditorDropDownControl    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           StoreValuesForCopy ()
    
   | 
  
     Store the Current Values of all Controls on a SmartViewerControl
         and do the same in all SmartGroupAssignTargets.
         This Method is called by CreateRecord from the current Class.
         Enforced by Interface ISmartGroupAssignTarget.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SubscribeParentFormDestroyed ()
    
   | 
  
     Subscribes the ParentFormDestroyed event    Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           TextChangedEventHandler (Object, EventArgs)
    
   | 
  
     Event handler for the TextChangedEvent event of Editor Controls on
         the SmartViewerControl.
         Initiate switching to the ModifyinData Mode if the user enters data.    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           VisualValidate ()
    
   | 
  
     Validate data entered into the DataFields    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         IWidgetFacade  WidgetHandle (character)
    
   | 
  
     Returns the WidgetFacade for the given widget    Inherited from Consultingwerk.SmartComponents.Base.SmartViewerControl 
   |