Version

UltraFormManager Class Properties

For a list of all members of this type, see UltraFormManager members.

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  
See Also