Version

UltraFormManager Class Members

The following tables list the members exposed by UltraFormManager.

Public Constructors
 NameDescription
Public ConstructorUltraFormManager ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAlphaBlendEnabledDetermines whether alpha blending is enabled (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyAlphaBlendModeReturns or sets how alpha blending is performed. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyAppearancesReturns a collection of user-created Appearance objects.  
Public PropertyComponentRoleReturns the Infragistics.Win.AppStyling.ComponentRole that the control uses to provide its style information. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCreationFilterGets/sets the creation filter property (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyCursorGets/sets the default cursor for the component. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyCursorFilterGets/sets the cursor filter property (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyDrawFilterGets/sets the draw filter property (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyEnabledGets/set whether the component is enabled. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyFlatModeIndicates whether the control has a flat appearance. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyFormStyleSettingsReturns an object that presents the Microsoft Office 2007 style ribbon user interface.  
Public PropertyIsUpdatingReturns true between BeginUpdate and EndUpdate method calls. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyShowToolTipsReturns or sets a Boolean value determining whether tooltips are shown on the caption area of the form.  
Public PropertySiteOverridden. The site is set at design time only.  
Public PropertyStyleLibraryNameReturns 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)
Public PropertyStyleSetNameReturns 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)
Public PropertySupportThemesIndicates whether the elements of a control may be rendered using system themes. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyTextRenderingModeSpecifies the text rendering mode that will be used by this control. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyUseAppStylingReturns or sets whether the component should use application styling. (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyUseFlatModeIndicates whether the control has a flat appearance. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyUseFlatModeResolvedIndicates whether the elements of a control may be rendered using system themes. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyUseOsThemesIndicates whether the elements of a control may be rendered using the operating system theme rendering. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyUseOsThemesResolvedIndicates whether the elements of a control may be rendered using system themes. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public PropertyVisibleOverridden. Determines if the component is visible.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEventsReturns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertyIsFormActiveDetermines 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.  
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
Public Methods
 NameDescription
Public MethodBeginUpdateOverridden. Sets the IsUpdating flag to true which prevents painting.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Clean up any resources being used.  
Public MethodEndUpdateOverloaded. Overridden. Resets the IsUpdating flag to false and invalidates the control  
Public Methodstatic (Shared in Visual Basic)FromContainerGets the UltraFormManager associated with this container control.  
Public Methodstatic (Shared in Visual Basic)FromFormGets the UltraFormManager for a form.  
Public Methodstatic (Shared in Visual Basic)GetIToolbarsManagerFromFormGets the Infragistics.Win.UltraWinToolbars.IToolbarsManager associated with this container control.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodResetCursorResets the Infragistics.Win.UltraComponentControlManagerBase.Cursor property to its default value. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodResetFormResets the Form property to its default value.  
Public MethodResetShowToolTipsResets the ShowToolTips property to its default value.  
Public MethodResolveAppearanceResolve the component's Appearance  
Public MethodResolveMdiParentMainMenuBarAppearanceResolve the toolbar's Appearance  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodChangeControlsEnabledStateOverridden. Will disable or enable all the docking areas and floating form based on the the component's Infragistics.Win.UltraComponentControlManagerBase.Enabled property.  
Protected MethodChangeControlsVisibleStateOverridden. Will hide or show all docking area and floating form based on the components Visible property  
Protected MethodCreateComponentRoleOverridden. Factory method used to create the component role that provides the style information for the control.  
Protected MethodDirtyChildElementsOverridden. Will dirty all child elements on all docking area and floating form.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetSelectionManagerReturns the ISelectionManager. The default implementation tries to cast this object to an ISelectionManager. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInvalidateControlsOverridden. Will invalidate all child elements on all docking area and floating form.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit of the component.  
Protected MethodOnMouseEnterElementCalled when an element is entered (the mouse is moved over the element) (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodOnMouseLeaveElementCalled when an element is left (the mouse is moved off the element) (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodOnPropertyChangedOverridden. Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a sub object.  
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object.  
Protected MethodOnToolbarFormBorderStyleChangedOccurs when the IToolbarsManager.ToolbarFormBorderStyle changes  
Protected MethodShouldSerializeCursorIndicates if the Infragistics.Win.UltraComponentControlManagerBase.Cursor property needs to be serialized. (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodShouldSerializeShowToolTipsDetermines whether the ShowToolTips property is set to its default value.  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventMouseEnterElementFired when the mouse enters a UIElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventMouseLeaveElementFired when the mouse leaves a UIElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventPropertyChangedFired after a property has changed. (Inherited from Infragistics.Win.UltraComponentBase)
See Also