|
Options |
Name |
Purpose |
|
|
|
Activate ()
|
Invoked when the Designer is activated
|
|
|
|
AddOutlineNodes (UltraTreeNode, character)
|
Adds notes to the outline view
|
|
|
|
BindDesignerData (dataset, dataset)
|
Binds to the Designer Temp-Tables
|
|
|
|
CHARACTER BoundFieldName (character)
|
Returns the name of the field the given field is bound field to
|
|
|
|
BuildRibbonPalette (RibbonTab)
|
Builds Ribbon Tools for Palette items
|
|
|
|
ComponentMovedHandler (Object, EventArgs)
|
Event handler for the Move event of the components on the design canvas
|
|
|
|
ComponentParentChangedHandler (Object, EventArgs)
|
Event handler for the ParentChanged event of the components on the design canvas
|
|
|
|
ComponentResizedHandler (Object, EventArgs)
|
Event handler for the Move event of the components on the design canvas
|
|
|
|
System.Drawing.Point ControlLocation (character)
|
Returns the Control's Location
|
|
|
|
System.Drawing.Size ControlSize (character)
|
Returns the Control's Size
|
|
|
|
Consultingwerk.Windows.Framework.Repository.Object.ComponentDesigner.IComponentDesigner CreateComponentDesigner (character)
|
Creates the component designer instance
|
|
|
|
CreateConditionalRibbonTab ()
|
Creates the Conditional Ribbon Tab for this
designer
|
|
|
|
CreateDesignCanvasContextMenu ()
|
Creates the context menu (PopupMenuTool) for the design canvas
|
|
|
|
CreateSecurityField ()
|
Creates security fields for the selected viewer field
|
|
|
|
LOGICAL Deactivating ()
|
Invoked when the Designer is about to be deactivated
|
|
|
|
DeleteInstance ()
|
Deletes the selected instance
|
|
|
|
DesignerContextMenuRequestedHandler (Object, ContextMenuRequestedEventArgs)
|
Event handler for the ContextMenuRequested event of the
designer control
|
|
|
|
DestroyContextualRibbonTab ()
|
Destroys the Contextual Ribbon Tab in the Form's UltraToolbarsManager
|
|
|
|
DestroyDesigner ()
|
Allows the Container Designer Control to destroy resources
|
|
|
|
DestroyDesignerComponents (Control)
|
Recursively destroys components on the Designer
|
|
|
|
DuplicateInstance ()
|
Duplicates the currently selected object instance on the
design canvas
|
|
|
|
INTEGER GetHighestY ()
|
Returns the highest X value
|
|
|
|
INTEGER HighestSiblingY (character)
|
Returns the bottom-most position (Y plus height) of the
instances that share the given parent instance
|
|
|
|
InitializeComponent ()
|
|
|
|
|
InsertDatabaseField ()
|
Inserts a list of database fields to the viewer
|
|
|
|
InsertDataField ()
|
Inserts a Data Field
|
|
|
|
InsertDataFieldInstance (character, character, ISmartRepositoryService)
|
Inserts an instance for this given data field
|
|
|
|
InsertFromPalette (character)
|
Inserts a component on the design
|
|
|
|
InsertInstance ()
|
Inserts a new instance to the design canvas
|
|
|
|
InsertInstanceForMaster (character, character)
|
Inserts a new instance of the given object master on the design canvas
|
|
|
|
LOGICAL IsBoundField (character)
|
Returns if the given field is a bound field
|
|
|
|
LayoutHeight ()
|
Sets the height of the selected controls
|
|
|
|
LayoutLeftAlign ()
|
Left aligns the selected controls
|
|
|
|
LayoutVerticalDistance ()
|
Sets the vertical distance of the selected Controls
|
|
|
|
LayoutWidth ()
|
Sets the height of the selected controls
|
|
|
|
OnLoad (EventArgs)
|
Raises the Load event
|
|
|
|
PaintHandler (Object, PaintEventArgs)
|
Raises the Paint event
|
|
|
|
PropertyValueChangedHandler (Object, PropertyValueChangedEventArgs)
|
Event handler for the PropertyValueChanged event of the
Property Grid Control
|
|
|
|
LOGICAL PushUndoSnapshot (character)
|
Pushes a snapshot of the designer temp-tables onto the undo stack
|
|
|
|
RefreshDesigner ()
|
Refreshes the Designer
|
|
|
|
System.Windows.Forms.Control RenderDesignInstance (Control, character)
|
Renders a Control on the Design Surface
|
|
|
|
RenderDesignSurface ()
|
Renders the Visual Design
|
|
|
|
RenderDesignSurface (character, Control)
|
Renders the Visual Design for one container level
|
|
|
|
ReplaceInstance ()
|
Replaces the currently selected Object Instance with another
Object Master
Notes : Delegates to the SmartObjectMasterForm so the same dialog and
repository logic used on the "Instances" tab is reused here.
After the replacement the owning form is reloaded via
OpenObjectMaster, which also refreshes this designer.
*/
|
|
|
|
ResizeGestureTimerTickHandler (Object, EventArgs)
|
Event handler for the Tick event of the resize gesture timer
|
|
|
|
SecurityFieldItemMaintenance ()
|
Creates security fields for the selected viewer field
|
|
|
|
SelectionChangedHandler (Object, EventArgs)
|
Event handler for the SelectionChanged event of the
SelectionService
|
|
|
|
SetSelectedControlsEnabled (logical)
|
Sets the enabled-related design attributes of all currently
selected control instances to the given value
Notes : Affects the ENABLED, EnabledForAdd, EnabledForUpdate and
EnabledOnCopy design attributes. Only attributes that are
actually present on an instance are modified.
@param plEnabled The logical value to assign to the enabled-related attributes
*/
|
|
|
|
ToolClickHandler (Object, ToolClickEventArgs)
|
Event handler for the ToolClick event of the owning Form's
ToolbarsManager
|
|
|
|
ultraTree1_MouseClick (Object, MouseEventArgs)
|
Event handler for the MouseClick event of the tree
|
|
|
|
ultraTree1_MouseDoubleClick (Object, MouseEventArgs)
|
Event handler for the MouseDoubleClick event of the tree
|
|
|
|
ultraTree1_VisibleChanged (Object, EventArgs)
|
Event handler for the VisibleChanged event of the tree
|
|
|
|
UndoLastAction ()
|
Undoes the most recent change recorded on the undo stack
|
|
|
|
UndoStackChangedHandler (Object, EventArgs)
|
Event handler for the StackChanged event of the undo stack
|
|
|
|
UpdateUndoToolState ()
|
Updates the enabled state and tooltip of the ribbon Undo button
|
|
|
|
ViewerAutofit ()
|
Auto fits the viewer
|