Version

UltraGridBagLayoutManager Class Members

The following tables list the members exposed by UltraGridBagLayoutManager.

Public Constructors
 NameDescription
Public ConstructorUltraGridBagLayoutManager ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainerControlContainer control whose child controls are arranged by the layout manager. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyExpandToFitHeightReturns or sets whether to proportionally resize heights of all the items to fit any extra height.  
Public PropertyExpandToFitWidthReturns or sets whether to proportionally resize widths of all the items to fit any extra width.  
Public PropertyHasMarginsIndicates if the Margins object has been allocated. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyIsLayoutSuspendedIndicates if the layout is currently suspended (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyMarginsReturns the margins object used to modify the bounds used to position the controls in the ContainerControl (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyMinimumSizeReturns the minimum size required to layout the items in the ContainerControl (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertyPreferredSizeReturns the preferred size required to layout the items in the ContainerControl (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public PropertySite (Inherited from System.ComponentModel.Component)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertyLayoutManagerReturns the layout manager. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that for the OnSubObjectPropChanged method that is used to receive notifications when a property on a sub-object has changed. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public Methods
 NameDescription
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. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodGetGridBagConstraintGets the Infragistics.Win.Layout.GridBagConstraint which contains the constraints for the specified control.  
Public MethodGetIncludeInLayoutGets a value indicating whether the control's position should be adjusted by the layout manager. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetMinimumSizeGets the minimum size of the control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodGetPreferredSizeGets the preferred size of the control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodPerformLayoutOverloaded. Notifies the container control that the layout should be updated. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodResetGridBagConstraintResets the grid bag constraint of the passed in control.  
Public MethodResetIncludeInLayoutResets the value which controls whether the component should manage the position and size of the control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodResetMarginsResets the properties of the Margins to their default values. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodResetMinimumSizeResets the minimum size of the passed in control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodResetPreferredSizeResets the preferred size of the passed in control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodResumeLayoutOverloaded. Resumes processing the positioning of the controls managed by the component. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodSetGridBagConstraintSets the Infragistics.Win.Layout.GridBagConstraint for the specified control.  
Public MethodSetIncludeInLayoutDetermines whether the control's position should be adjusted by the layout manager. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodSetMinimumSizeSets the minimum size for the control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodSetPreferredSizeSets the preferred size for the control. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodSuspendLayoutSuspends processing the positioning of the controls managed by the component. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodCreateLayoutItemUsed to create a ControlLayoutItem for a control (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Protected MethodCreateLayoutManagerOverridden. Invoked to create the layout manager used by the component to arrange the controls in the associated ContainerControl  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInitializeConstraintOverridden. Invoked when a constraint for the specified layout item should be created  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Protected MethodOnContainerControlChangedInvoked when the ContainerControl property has been changed (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Protected MethodOnControlLayoutItemRemovedOverridden. Invoked when a cached ControlLayoutItem is removed.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit of the component. (Inherited from Infragistics.Win.Misc.ControlLayoutManagerBase)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSubObjectPropChangedOverridden. Invoked when a property on a sub object has changed.  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
See Also