|
Navigate to: Methods | Constructors | Events | Properties
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 |
|
- | AddNodeForNewMenuRecord (UltraTreeNode, character) |
Creates a new Node in the MenuTree |
|
- | ButtonAssignGroupToMenu_Click (Object, EventArgs) |
Adds an assignement to a Menu for a Group |
|
- | ButtonUnAssignGroupFromMenu_Click (Object, EventArgs) |
Removes the assignement of a User to a Group |
|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.BaseForm |
|
# | CollapseAll () |
Closes all Tree Nodes |
|
# | CopyMenuGuid () |
Copies the current MenuGuid to the system clipboard |
|
# | CreateDummyChildNode (UltraTreeNode) |
Add a dummy ChildNode to the given ParentNode |
|
# | CreateRootNode () |
Adds a RootNode to the MenuTree |
|
# | 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 |
|
# | ExpandAll () |
Expands all Tree Nodes |
|
+ | 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 |
|
+ | ListSmartDataAdapter GetLinkedDataAdapters () |
Returns a List of Data Adapter instances in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | 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 |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar () |
Returns the reference to the ISmartToolbarControl of the ISmartWindowForm Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | 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 |
|
- | MenuAdapter_AfterRetrieveData (Object, EventArgs) |
Invokes the population of the tree after retrieving data. |
|
- | MenuAdapter_BeforeCreateRecord (Object, BeforeCreateRecordEventArgs) |
Adding a new Node to the tree |
|
- | MenuGroupAdapter_AfterRejectTransaction (Object, EventArgs) |
Refresh the Assignment button sensitivity after rejecting changes |
|
- | MenuGroupAdapter_AfterRetrieveData (Object, EventArgs) |
Refreshes the PossibleGroup Browser after new Data has been
read by the MenuGroupAdapter |
|
- | MenuGroupAdapter_SmartTransactionStateChanged (Object, EventArgs) |
Makes sure that the PossibleAssignement Browser shows the correct
data |
|
- | MenuTree_AfterActivate (Object, NodeEventArgs) |
Event handler for the AfterActivate event of the MenuTree |
|
- | MenuTree_AfterSelect (Object, SelectEventArgs) |
Repositions the MenuAdapter to show the corresponding record
in the SmartMenuViewer |
|
- | MenuTree_BeforeExpand (Object, CancelableNodeEventArgs) |
Invokes the population of the tree after a node has been selected
and removes the DummyNode if nessesary. |
|
- | MenuTree_BeforeSelect (Object, BeforeSelectEventArgs) |
Save or reject pending changes of the MenuGroupAdapter if required |
|
- | MenuTree_DragDrop (Object, DragEventArgs) |
Creates a new Node in the MenuTree and a SmartMenu entry in the
TEMP-TABLE eSmartMenu |
|
- | MenuTree_DragOver (Object, DragEventArgs) |
Allows or disallows the drop for a drag & drop action |
|
# | 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 Inherited from Consultingwerk.Forms.BaseForm |
|
# | 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 |
|
# | OnShown (EventArgs) |
Override of the OnShown Method to first show the form and then
initiate reading data. |
|
# | OnSmartToolbarControllerChanged () |
Internal event handler Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.BaseForm |
|
# | PopulateTree (UltraTreeNode) |
Populates all child records of the given GUID to the tree. |
|
+ | Consultingwerk.Framework.Enum.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 |
|
- | LOGICAL RemoveNodeWithKey (character) |
Removes the Node with the given key |
|
# | 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 |
|
# | SelectFirstMenuEntry () |
Selects the first real Menu Entry if possible |
|
- | SetAssignmentButtonState () |
Set Assignment buttons en or disabled according to the availability
of data to be assigned |
|
+ | SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs) |
Assign or unassign a Group from the Menu |
|
- | smartMenuViewer1_AfterCancelUpdate (Object, EventArgs) |
Remove the TreeNode when canceling the addition of a new menu record |
|
- | smartMenuViewer1_AfterDeleteRecord (Object, EventArgs) |
Remove the TreeNode when deleting a menu record |
|
- | smartMenuViewer1_AfterSaveChanges (Object, EventArgs) |
Sets the NodeKey of a new menu record to the MenuGuid value assigned
from the create trigger |
|
- | smartMenuViewer1_BeforeDeleteRecord (Object, CancelEventArgs) |
Stores the MenuGuid of the menu record to be deleted in the variable
cDeletingRecordMenuGuid |
|
- | smartMenuViewer1_SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs) |
Disables the tree during update or add operations in the viewer |
|
- | smartToolbarController1_ToolClick (Object, ToolClickEventArgs) |
Handler for the ToolClick Event of the smartToolbarController |
|
# | 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 |
|
- | ultraTabControl1_SelectedTabChanged (Object, SelectedTabChangedEventArgs) |
When switching to the GroupAssignement tab the contextual tab for
this purpose gets shown |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartMenuMaintenanceForm () |
Constructor for the SmartMenuMaintenanceForm |
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 |
Options | Name | Purpose | |
---|---|---|---|
+ | System.Windows.Forms.Control ActiveSmartControl |
A reference to the last recently activated (focussed) SmartControl
such as a SmartViewerControl or SmartBrowserControl Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL DeleteOnFormClosed |
Gets/Sets if the BaseForm instance should automatically delete
itself in the OnFormClosed method (defaults to True). Setting this
to FALSE will allow to let the BaseForm instance in memory (when no
other reference exists), i.e. to access properties of the Form
class when the Form has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
A list of Forms that are dependent from this Form. Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource |
A DataSource that is passed in from the launching Container (Form)
to this Form. The ExternalDataSource will typically be passed on
to the internal PrimaryDataTarget Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget |
A NavigationTarget that is passed in from the launching Container (Form)
to this Form. The ExternalNavigationtarget will typically be passed on
to the internal PrimaryNavigationSource Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL IsClosed |
Returns if the Forms has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Windows.Forms.FormWindowState PreviousWindowState |
Returns the previous WindowState Inherited from Consultingwerk.Forms.BaseForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource |
A reference to the primary data source in this Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget |
A reference to the primary data target in this Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource |
A reference to the primary navigation source in this Form Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | LOGICAL PromptForSaveOnApplicationLeave |
Gets and sets if the Form asks contained Controls to Save when the
Form is deactivated and the Focus leaves the Application Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
+ | LOGICAL PromptForSaveOnFormDeactivate |
Gets and sets if the Form asks contained Controls to Save when the
Form is deactivated and the Focus remains within the Application Inherited from Consultingwerk.SmartComponents.Base.SmartWindowForm |
|
# | LOGICAL StoreFormPosition |
Controls if this Form instance should store and restore the Form
position and size. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL UseStartupSizeAsMinSize |
When set to True the OnLoad method will apply the current form (startup
size) to the MinimumSize. This will be done before loading the stored
Form size from the user profile (e.g. Windows Registry) Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER WindowPositionRegistryKey |
Gets and sets the Registry Key used for storing this Forms
window position Inherited from Consultingwerk.Forms.BaseForm |
Top
PUBLIC ActivateLinks (Control)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ActivateSmartControl (Control)
|
||||||||||||||||||||||||||||||||
PRIVATE AddNodeForNewMenuRecord (UltraTreeNode, character)
|
||||||||||||||||||||||||||||||||
PRIVATE ButtonAssignGroupToMenu_Click (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE ButtonUnAssignGroupFromMenu_Click (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
||||||||||||||||||||||||||||||||
PROTECTED CollapseAll ()
|
||||||||||||||||||||||||||||||||
PROTECTED CopyMenuGuid ()
|
||||||||||||||||||||||||||||||||
PROTECTED CreateDummyChildNode (UltraTreeNode)
|
||||||||||||||||||||||||||||||||
PROTECTED CreateRootNode ()
|
||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||||
PROTECTED CustomizeToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
||||||||||||||||||||||||||||||||
PROTECTED ExpandAll ()
|
||||||||||||||||||||||||||||||||
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 ListSmartDataAdapter GetLinkedDataAdapters ()
|
||||||||||||||||||||||||||||||||
PUBLIC ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PROTECTED GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar ()
|
||||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuAdapter_AfterRetrieveData (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuAdapter_BeforeCreateRecord (Object, BeforeCreateRecordEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuGroupAdapter_AfterRejectTransaction (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuGroupAdapter_AfterRetrieveData (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuGroupAdapter_SmartTransactionStateChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuTree_AfterActivate (Object, NodeEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuTree_AfterSelect (Object, SelectEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuTree_BeforeExpand (Object, CancelableNodeEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuTree_BeforeSelect (Object, BeforeSelectEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuTree_DragDrop (Object, DragEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE MenuTree_DragOver (Object, DragEventArgs)
|
||||||||||||||||||||||||||||||||
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 OnShown (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnSmartToolbarControllerChanged ()
|
||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||
PROTECTED PopulateTree (UltraTreeNode)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose ()
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason)
|
||||||||||||||||||||||||||||||||
PROTECTED LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical)
|
||||||||||||||||||||||||||||||||
PRIVATE LOGICAL RemoveNodeWithKey (character)
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreUltraSplitterPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED SelectFirstMenuEntry ()
|
||||||||||||||||||||||||||||||||
PRIVATE SetAssignmentButtonState ()
|
||||||||||||||||||||||||||||||||
PUBLIC SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE smartMenuViewer1_AfterCancelUpdate (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE smartMenuViewer1_AfterDeleteRecord (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE smartMenuViewer1_AfterSaveChanges (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE smartMenuViewer1_BeforeDeleteRecord (Object, CancelEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE smartMenuViewer1_SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE smartToolbarController1_ToolClick (Object, ToolClickEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreUltraSplitterPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
||||||||||||||||||||||||||||||||
PRIVATE ultraTabControl1_SelectedTabChanged (Object, SelectedTabChangedEventArgs)
|
PUBLIC SmartMenuMaintenanceForm ()
|
---|
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 Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource
|
|||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget
|
|||||||||||||||||||||||||||
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
|