The following tables list the members exposed by UltraFormManager.
Name | Description | |
---|---|---|
UltraFormManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
AlphaBlendEnabled | Determines whether alpha blending is enabled (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
AlphaBlendMode | Returns or sets how alpha blending is performed. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
Appearances | Returns a collection of user-created Appearance objects. | |
ComponentRole | Returns the Infragistics.Win.AppStyling.ComponentRole that the control uses to provide its style information. (Inherited from Infragistics.Win.UltraStylableComponent) | |
Container | (Inherited from System.ComponentModel.Component) | |
CreationFilter | Gets/sets the creation filter property (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
Cursor | Gets/sets the default cursor for the component. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
CursorFilter | Gets/sets the cursor filter property (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
DrawFilter | Gets/sets the draw filter property (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
Enabled | Gets/set whether the component is enabled. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
FlatMode | Indicates whether the control has a flat appearance. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
FormStyleSettings | Returns an object that presents the Microsoft Office 2007 style ribbon user interface. | |
IsUpdating | Returns true between BeginUpdate and EndUpdate method calls. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
ShowToolTips | Returns or sets a Boolean value determining whether tooltips are shown on the caption area of the form. | |
Site | Overridden. The site is set at design time only. | |
StyleLibraryName | Returns or sets the name of the styleset library in the Infragistics.Win.AppStyling.StyleManager that should be used by the control. (Inherited from Infragistics.Win.UltraStylableComponent) | |
StyleSetName | Returns or sets the name of the styleset in the Infragistics.Win.AppStyling.StyleManager that should be used by the control. (Inherited from Infragistics.Win.UltraStylableComponent) | |
SupportThemes | Indicates whether the elements of a control may be rendered using system themes. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
TextRenderingMode | Specifies the text rendering mode that will be used by this control. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
UseAppStyling | Returns or sets whether the component should use application styling. (Inherited from Infragistics.Win.UltraStylableComponent) | |
UseFlatMode | Indicates whether the control has a flat appearance. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
UseFlatModeResolved | Indicates whether the elements of a control may be rendered using system themes. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
UseOsThemes | Indicates whether the elements of a control may be rendered using the operating system theme rendering. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
UseOsThemesResolved | Indicates whether the elements of a control may be rendered using system themes. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
Visible | Overridden. Determines if the component is visible. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | Returns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase) | |
IsFormActive | Determines if the form containing this form manager is the active form. This will also return true if any owned forms are active. If this is overridden in derived classes, it should call the base implementation first. If the base returns false, additional processing should be used to determine if the form or owned forms are active. | |
SubObjectPropChangeHandler | Returns the event handler that notifies OnSubObjectPropChanged |
Name | Description | |
---|---|---|
BeginUpdate | Overridden. Sets the IsUpdating flag to true which prevents painting. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Clean up any resources being used. | |
EndUpdate | Overloaded. Overridden. Resets the IsUpdating flag to false and invalidates the control | |
FromContainer | Gets the UltraFormManager associated with this container control. | |
FromForm | Gets the UltraFormManager for a form. | |
GetIToolbarsManagerFromForm | Gets the Infragistics.Win.UltraWinToolbars.IToolbarsManager associated with this container control. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ResetCursor | Resets the Infragistics.Win.UltraComponentControlManagerBase.Cursor property to its default value. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
ResetForm | Resets the Form property to its default value. | |
ResetShowToolTips | Resets the ShowToolTips property to its default value. | |
ResolveAppearance | Resolve the component's Appearance | |
ResolveMdiParentMainMenuBarAppearance | Resolve the toolbar's Appearance | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
ChangeControlsEnabledState | Overridden. Will disable or enable all the docking areas and floating form based on the the component's Infragistics.Win.UltraComponentControlManagerBase.Enabled property. | |
ChangeControlsVisibleState | Overridden. Will hide or show all docking area and floating form based on the components Visible property | |
CreateComponentRole | Overridden. Factory method used to create the component role that provides the style information for the control. | |
DirtyChildElements | Overridden. Will dirty all child elements on all docking area and floating form. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetSelectionManager | Returns the ISelectionManager. The default implementation tries to cast this object to an ISelectionManager. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
GetService | (Inherited from System.ComponentModel.Component) | |
InvalidateControls | Overridden. Will invalidate all child elements on all docking area and floating form. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase) | |
OnBeginInit | Invoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component. | |
OnEndInit | Invoked during the System.ComponentModel.ISupportInitialize.EndInit of the component. | |
OnMouseEnterElement | Called when an element is entered (the mouse is moved over the element) (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
OnMouseLeaveElement | Called when an element is left (the mouse is moved off the element) (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
OnPropertyChanged | Overridden. Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a sub object. | |
OnSubObjectPropChanged | Called when a property has changed on a sub object. | |
OnToolbarFormBorderStyleChanged | Occurs when the IToolbarsManager.ToolbarFormBorderStyle changes | |
ShouldSerializeCursor | Indicates if the Infragistics.Win.UltraComponentControlManagerBase.Cursor property needs to be serialized. (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
ShouldSerializeShowToolTips | Determines whether the ShowToolTips property is set to its default value. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
MouseEnterElement | Fired when the mouse enters a UIElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
MouseLeaveElement | Fired when the mouse leaves a UIElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase) | |
PropertyChanged | Fired after a property has changed. (Inherited from Infragistics.Win.UltraComponentBase) |