|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateLinks (Control) |
Activates the Links between the active control and the
SmartToolbarController Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | ActivateSmartControl (Control) |
Marks a SmartViewerControl or SmartBrowserControl as Active Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
- | btnDown_Click (Object, EventArgs) |
Event handler for the Click event of the btnDown instance |
|
- | btnUp_Click (Object, EventArgs) |
Event handler for the Click event of the btnUp instance |
|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.BaseForm |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.Forms.BaseForm |
|
# | CustomizeToolbar () |
Customizes the UltraToolbarController associated with this BaseForm Inherited from Consultingwerk.Forms.BaseForm |
|
# | DesignerInsertUserControl () |
Inserts a user control instance at design time. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | DisablePagesInFolder (character) |
Disables a list of pages Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | EnableDisablePagesInFolder (character, logical) |
Enables or Disables a list of pages Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | EnablePagesInFolder (character) |
Enables a list of pages Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type) |
Returns a List of all Controls in the Form that are of the given type Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.Forms.BaseForm |
|
+ | AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | TypeConverter GetConverter () |
Returns a type converter for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters () |
Returns a List of Data Adapter instances in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter) |
Returns a List of Data Adapter instances in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter) |
Add linked SmartDataAdapter instances to a List Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | ISmartToolbarControl GetToolbar () |
Returns the reference to the ISmartToolbarControl of the ISmartWindowForm Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InitializeFormLogicObject () |
Initializes the Form Logic Object Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | LoadRibbonQuickAccessToolbar () |
Restores the Quick Access Toolbar items from the Registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER LoadSettings () |
Loads the stored window settings (position etc.) from the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER LoadSettings (character) |
Loads stored window settings from the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnActiveSmartControlChanged (EventArgs) |
Raises the ActiveSmartControlChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | OnExternalDataSourceChanged (EventArgs) |
Raises the ExternalDataSourceChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | OnExternalNavigationTargetChanged (EventArgs) |
Raises the OnExternalNavigationTargetChanged Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event Overrides Consultingwerk.SmartComponents.Base.SmartWindowForm:OnFormClosed (FormClosedEventArgs) |
|
# | OnFormClosing (FormClosingEventArgs) |
Raises the FormClosing event Overrides Consultingwerk.SmartComponents.Base.SmartWindowForm:OnFormClosing (FormClosingEventArgs) |
|
# | OnFormDestroyed (EventArgs) |
Raises the FormDestroyed event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnLoad (EventArgs) |
Raises the Load event Overrides Consultingwerk.SmartComponents.Base.SmartWindowForm:OnLoad (EventArgs) |
|
# | OnPrimaryDataSourceChanged (EventArgs) |
Raises the PrimaryDataSourceChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | OnPrimaryDataTargetChanged (EventArgs) |
Raises the PrimaryDataTargetChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | OnPrimaryNavigationSourceChanged (EventArgs) |
Raises the PrimaryNavigationSourceChanged Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | OnSmartToolbarControllerChanged () |
Internal event handler Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.BaseForm |
|
+ | DialogResultEnum PromptForSaveOfPendingChangesOnClose () |
Shows the Prompt to save pending transactions to the backend while
closing the Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason) |
Recursivly ask all Controls implementing the ICheckOkToClose Interface
wheather it is ok to close the form. Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical) |
Recursively checks all contained controls to save changes on
Deactivate of the Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | RemoveSetting (character) |
Removes a stored setting Inherited from Consultingwerk.Forms.BaseForm |
|
# | RestoreUltraSplitterPosition () |
Restores the position of the Ultra Splitter Controls Inherited from Consultingwerk.Forms.BaseForm |
|
# | RestoreWindowPosition () |
Restores the stored window position Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreRibbonQuickAccessToolbar () |
Stores the current Quick Access Toolbar items in the Registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreSettings (character) |
Stores the current window settings (position etc.) to the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreSettings (character, character) |
Stores window settings to the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreUltraSplitterPosition () |
Stores the position of the UltraSplitter Controls in the Registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreWindowPosition () |
Stores the window position to the resgistry Inherited from Consultingwerk.Forms.BaseForm |
|
# | TimerTickHandler (Object, EventArgs) |
Event handler for the Tick event of the Timer |
|
- | ultraButton1_Click (Object, EventArgs) |
Event handler for the Click event of the ultraButton1 instance |
|
- | ultraListView1_DragDrop (Object, DragEventArgs) |
Event handler for the DragDrop event of the ultraListView1 |
|
- | ultraListView1_DragEnter (Object, DragEventArgs) |
Event handler for the DragEnter event of the ultraListView1 |
|
- | ultraListView1_DragLeave (Object, EventArgs) |
Event handler for the DragLeave event of the ultraListView1 |
|
- | ultraListView1_DragOver (Object, DragEventArgs) |
Event handler for the DragOver event of the ultraListView1 |
|
- | ultraListView1_ItemSelectionChanged (Object, ItemSelectionChangedEventArgs) |
Event handler for the ItemSelectionChanged event of the ultraListView1 instance |
|
- | ultraListView1_MouseDown (Object, MouseEventArgs) |
Event handler for the MouseDown event of the ultraListView1 |
Options | Name | Purpose | |
---|---|---|---|
+ | ReorderFieldsForm () |
Constructor for the ReorderFieldsForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | ActiveSmartControlChanged DELEGATE System.EventHandler |
Raised whenever the ActiveSmartSmartControl property has changed Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | ExternalDataSourceChanged DELEGATE System.EventHandler |
Raised when the ExternalDataSource property changes Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | ExternalNavigationTargetChanged (Object, EventArgs) |
Raised when the ExtenalNavigationSource property changes Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) Inherited from Consultingwerk.Forms.BaseForm |
|
+ | PrimaryDataSourceChanged DELEGATE System.EventHandler |
Raised when the PrimaryDataSource property changes Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | PrimaryDataTargetChanged DELEGATE System.EventHandler |
Raised when the PrimaryDataTarget property changes Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | PrimaryNavigationSourceChanged (Object, EventArgs) |
Raised when the PrimaryNavigationSource property changes Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
Top
PUBLIC ActivateLinks (Control)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ActivateSmartControl (Control)
|
||||||||||||||||||||||||||||||||
PRIVATE btnDown_Click (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE btnUp_Click (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||||
PROTECTED CustomizeToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
||||||||||||||||||||||||||||||||
PUBLIC DisablePagesInFolder (character)
|
||||||||||||||||||||||||||||||||
PUBLIC EnableDisablePagesInFolder (character, logical)
|
||||||||||||||||||||||||||||||||
PUBLIC EnablePagesInFolder (character)
|
||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
||||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
||||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PROTECTED GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||||||||
PUBLIC ISmartToolbarControl GetToolbar ()
|
||||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||||||||||||
PROTECTED InitializeFormLogicObject ()
|
||||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
||||||||||||||||||||||||||||||||
PROTECTED OnActiveSmartControlChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnExternalDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnExternalNavigationTargetChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnPrimaryDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnPrimaryDataTargetChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnPrimaryNavigationSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnSmartToolbarControllerChanged ()
|
||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||
PUBLIC DialogResultEnum PromptForSaveOfPendingChangesOnClose ()
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason)
|
||||||||||||||||||||||||||||||||
PROTECTED LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical)
|
||||||||||||||||||||||||||||||||
PROTECTED RemoveSetting (character)
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreUltraSplitterPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreUltraSplitterPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED TimerTickHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraButton1_Click (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_DragDrop (Object, DragEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_DragEnter (Object, DragEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_DragLeave (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_DragOver (Object, DragEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_ItemSelectionChanged (Object, ItemSelectionChangedEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ultraListView1_MouseDown (Object, MouseEventArgs)
|
PUBLIC ReorderFieldsForm ()
|
---|
PUBLIC ActiveSmartControlChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ExternalDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC ExternalNavigationTargetChanged (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC PrimaryDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC PrimaryDataTargetChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC PrimaryNavigationSourceChanged (Object, EventArgs)
|
PUBLIC System.Windows.Forms.Control ActiveSmartControl
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER BindableProperties
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PUBLIC LOGICAL DeleteOnFormClosed
|
|||||||||
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PUBLIC ISmartDataSource ExternalDataSource
|
|||||||||
PUBLIC ISmartNavigationTarget ExternalNavigationTarget
|
|||||||||
PUBLIC CHARACTER Fields
|
|||||||||
PUBLIC CHARACTER FormAction
|
|||||||||
PUBLIC CHARACTER FormLogicClass
|
|||||||||
PUBLIC ISmartFormLogic FormLogicObject
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource
|
|||||||||
PUBLIC LOGICAL PromptForSaveOnApplicationLeave
|
|||||||||
PUBLIC LOGICAL PromptForSaveOnFormDeactivate
|
|||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|