The following tables list the members exposed by ControlLayoutManagerBase.
Name | Description | |
---|---|---|
Container | (Inherited from System.ComponentModel.Component) | |
ContainerControl | Container control whose child controls are arranged by the layout manager. | |
HasMargins | Indicates if the Margins object has been allocated. | |
IsLayoutSuspended | Indicates if the layout is currently suspended | |
Margins | Returns the margins object used to modify the bounds used to position the controls in the ContainerControl | |
MinimumSize | Returns the minimum size required to layout the items in the ContainerControl | |
PreferredSize | Returns the preferred size required to layout the items in the ContainerControl | |
Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from Infragistics.Win.UltraComponentBase) | |
LayoutManager | Returns the layout manager. | |
SubObjectPropChangeHandler | Returns the event handler that for the OnSubObjectPropChanged method that is used to receive notifications when a property on a sub-object has changed. |
Name | Description | |
---|---|---|
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. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. | |
GetIncludeInLayout | Gets a value indicating whether the control's position should be adjusted by the layout manager. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMinimumSize | Gets the minimum size of the control. | |
GetPreferredSize | Gets the preferred size of the control. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
PerformLayout | Overloaded. Notifies the container control that the layout should be updated. | |
ResetIncludeInLayout | Resets the value which controls whether the component should manage the position and size of the control. | |
ResetMargins | Resets the properties of the Margins to their default values. | |
ResetMinimumSize | Resets the minimum size of the passed in control. | |
ResetPreferredSize | Resets the preferred size of the passed in control. | |
ResumeLayout | Overloaded. Resumes processing the positioning of the controls managed by the component. | |
SetIncludeInLayout | Determines whether the control's position should be adjusted by the layout manager. | |
SetMinimumSize | Sets the minimum size for the control. | |
SetPreferredSize | Sets the preferred size for the control. | |
SuspendLayout | Suspends processing the positioning of the controls managed by the component. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateLayoutItem | Used to create a ControlLayoutItem for a control | |
CreateLayoutManager | Derived class should create a layout manager and return it. It will be cached so the implementing class need not cache the created layout. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
InitializeConstraint | Invoked when the ControlLayoutItem.ConstraintConstraint of a ControlLayoutItem should be initialized. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Win.UltraComponentBase) | |
OnBeginInit | Invoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component. | |
OnContainerControlChanged | Invoked when the ContainerControl property has been changed | |
OnControlLayoutItemRemoved | Invoked when a cached ControlLayoutItem is removed. | |
OnEndInit | Invoked during the System.ComponentModel.ISupportInitialize.EndInit of the component. | |
OnPropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
OnSubObjectPropChanged | Invoked when a property on a sub object has changed. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) |