|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | ComponentAddedHandler (Object, ComponentEventArgs) |
Event handler for the ComponentAdded event |
|
# | Progress.Data.BindingSource CreateDesignBindingSource () |
Creates the Design time BindingSource instance |
|
+ | CHARACTER CreateName (IContainer, Type) |
Creates a new name that is unique to all components in the specified
container |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | DeleteControls () |
Deletes the selected controls |
|
# | DisableTool (character) |
Disables a tool on the Designer Toolbar |
|
# | DuplicateControls (Control, Control) |
Duplicates the controls of the source control on the target control |
|
# | EnableTool (character) |
Enables a tool on the Designer Toolbar |
|
# | FormClosingHandler (Object, FormClosingEventArgs) |
Event handler for the FormClosing event of the parent Form |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Initialize () |
Initializes the Control and the Designer environment |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InitializeDesignEnvironment () |
Initializes the Designer environment |
|
+ | LOGICAL IsValidName (character) |
Gets a value indicating whether the specified name is valid |
|
# | OnFieldCreated (FieldCreatedEventArgs) |
Raises the FieldCreated event |
|
# | 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 |
|
+ | PrepareAddingControl (character, character, character) |
Prepares adding a Control |
|
# | SelectionChangedHandler (Object, EventArgs) |
Event handler for the SelectionChanged event |
|
# | Serialize (Control, character) |
Serializes the Controls of a container control |
|
+ | Serialize (table) |
Serializes the Design to a Temp-Table |
|
+ | ShutDown () |
Shuts down the design time environment |
|
# | CHARACTER SubstituteType (character) |
Substitutes the runtime control types with the design time control
types |
|
- | timer1_Tick (Object, EventArgs) |
Event handler for the Tick event of the timer1 |
|
# | ToolClickHandler (Object, ToolClickEventArgs) |
Event handler for the ToolClick event of the UltraToolbarsManager |
|
# | CHARACTER UniqueControlName (character, Control) |
Builds an unique name for a Control |
|
# | CHARACTER UniqueControlNameForSerialization (Control) |
Returns a unique control name for the serialization |
|
+ | ValidateName (character) |
Gets a value indicating whether the specified name is valid. |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartViewerDesignerControl () |
Constructor for the SmartViewerDesignerControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | FieldCreated (Object, FieldCreatedEventArgs) |
Raised whenever a field is added to the Designer |
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Data.BindingSource BindingSource |
The reference to the template BindingSource (outside this form) |
|
+ | LOGICAL CreatePropertySheet |
Logical value indicating if the PropertySheet should be created |
|
+ | LOGICAL CreateToolboxForm |
Logical value indicating if the ToolboxForm should be created |
|
+ | System.ComponentModel.Design.IDesignerHost DesignerHost |
Returns the reference to the Designer Host |
|
+ | Infragistics.Win.UltraWinToolbars.UltraToolbarsManager DesignerToolbar |
Gets and sets the reference to the UltraToolbarsManager with the
designer tools |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | 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.SmartComponents.Base.SmartUserControl |
|
# | 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.SmartComponents.Base.SmartUserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | System.ComponentModel.Design.IServiceContainer ServiceContainer |
Get and sets the refrence to the service container |
|
+ | System.Windows.Forms.Control SourceControl |
Gets and sets the reference to the source control |
|
+ | System.Collections.Generic.Dictionary <System.String> SubstituteDesignerControls |
Returns the dictionary of substituted controls on the designer |
|
+ | System.Collections.Generic.Dictionary <System.String> SubstituteDynamicControls |
Returns the dictionary of substituted dynamic contorls |
Top
PUBLIC ComponentAddedHandler (Object, ComponentEventArgs)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Progress.Data.BindingSource CreateDesignBindingSource ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER CreateName (IContainer, Type)
|
|||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||
PROTECTED DeleteControls ()
|
|||||||||||||||||||||||||||
PROTECTED DisableTool (character)
|
|||||||||||||||||||||||||||
PROTECTED DuplicateControls (Control, Control)
|
|||||||||||||||||||||||||||
PROTECTED EnableTool (character)
|
|||||||||||||||||||||||||||
PROTECTED FormClosingHandler (Object, FormClosingEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||
PUBLIC Initialize ()
|
|||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||
PROTECTED InitializeDesignEnvironment ()
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsValidName (character)
|
|||||||||||||||||||||||||||
PROTECTED OnFieldCreated (FieldCreatedEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PUBLIC PrepareAddingControl (character, character, character)
|
|||||||||||||||||||||||||||
PROTECTED SelectionChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED Serialize (Control, character)
|
|||||||||||||||||||||||||||
PUBLIC Serialize (table)
|
|||||||||||||||||||||||||||
PUBLIC ShutDown ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER SubstituteType (character)
|
|||||||||||||||||||||||||||
PRIVATE timer1_Tick (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED ToolClickHandler (Object, ToolClickEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER UniqueControlName (character, Control)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER UniqueControlNameForSerialization (Control)
|
|||||||||||||||||||||||||||
PUBLIC ValidateName (character)
|
PUBLIC SmartViewerDesignerControl ()
|
---|
PUBLIC FieldCreated (Object, FieldCreatedEventArgs)
|
---|
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CreatePropertySheet
|
|||||||||||||||||
PUBLIC LOGICAL CreateToolboxForm
|
|||||||||||||||||
PUBLIC System.ComponentModel.Design.IDesignerHost DesignerHost
|
|||||||||||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.UltraToolbarsManager DesignerToolbar
|
|||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||||||||||
PUBLIC System.ComponentModel.Design.IServiceContainer ServiceContainer
|
|||||||||||||||||
PUBLIC System.Windows.Forms.Control SourceControl
|
|||||||||||||||||
PUBLIC System.Collections.Generic.Dictionary <System.String> SubstituteDesignerControls
|
|||||||||||||||||
PUBLIC System.Collections.Generic.Dictionary <System.String> SubstituteDynamicControls
|