|
Options |
Name |
Purpose |
|
+
|
ActivateSmartNavigationTarget (ISmartNavigationTarget)
|
Activate the given SmartNavigationTarget if it is registered with
the SmartNavigationSource.
|
|
-
|
BtnFirst_Click (Object, EventArgs)
|
Event handler for the Click event of BtnFirst
|
|
-
|
BtnLast_Click (Object, EventArgs)
|
Event handler for the Click event of BtnLast
|
|
-
|
BtnNext_Click (Object, EventArgs)
|
Event handler for the Click event of BtnNext
|
|
-
|
BtnPrev_Click (Object, EventArgs)
|
Event handler for the Click event of BtnPrev
|
|
#
|
CreateVerbs ()
|
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl
|
|
+
|
DeregisterSmartNavigationTarget (ISmartNavigationTarget)
|
Deregisters a SmartNavigationTarget from the SmartNavigationSource.
|
|
+
|
LOGICAL DisableTool (character)
|
Disables the tool with the given Key when it exists in this instance.
Invoked by DisableTools.
|
|
+
|
DisableTools (character)
|
Disables a list of tools when they exist in this instance.
This Method is called from within the Toolbar depending on what
action has been performed and what actions are possible with the
current SmartTableIOTarget and SmartNavigationTarget.
|
|
+
|
LOGICAL EnableTool (character)
|
Enables the tool with the given Key when it exists in this instance.
|
|
+
|
EnableTools (character)
|
Enables a list of tools when they exist in this instance.
|
|
+
|
System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl
|
|
-
|
InitializeComponent ()
|
Initializes the Visual Design
|
|
#
|
OnLoad (EventArgs)
|
Raises the Load event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl
|
|
+
|
OnVerbClicked (character)
|
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl
|
|
#
|
ParentFormDestroyedHandler (Object, EventArgs)
|
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl
|
|
+
|
RegisterSmartNavigationTarget (ISmartNavigationTarget)
|
Registers a SmartNavigationTarget with the SmartNavigationSource.
|
|
+
|
SubscribeParentFormDestroyed ()
|
Subscribes the ParentFormDestroyed event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl
|
|
#
|
UpdateSmartNavigationTargetPosition (ISmartNavigationTarget, character)
|
Handles the update of a Position from the SmartNavigationTarget.
This Method is called from the SmartDataAdapter derived Classes
if the PositionChangedHandler is executed or from inside the
ISmartNavigationSource implementing class when the Method
UpdateSmartNavigationTargetState or RegisterSmartNavigationTarget
are executed.
|
|
+
|
UpdateSmartNavigationTargetPosition (Object, SmartNavigationTargetPositionChangedEventArgs)
|
Event handler for the SmartNavigationTargetPositionChanged event of the SmartNavigationTarget
|
|
#
|
UpdateSmartNavigationTargetState (ISmartNavigationTarget, character)
|
Handles the update of a State from the SmartNavigationTarget.
This Method is called from the SmartDataAdapter derived Classes
if the Property setter of SmartDataSourceState is executed.
|
|
+
|
UpdateSmartNavigationTargetState (Object, SmartNavigationTargetStateChangedEventArgs)
|
Event handler for the SmartNavigationTargetStateChanged event
|