Version

ControlLayoutManagerBase Class Properties

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

Public Properties
 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyContainerControlContainer control whose child controls are arranged by the layout manager.  
Public PropertyHasMarginsIndicates if the Margins object has been allocated.  
Public PropertyIsLayoutSuspendedIndicates if the layout is currently suspended  
Public PropertyMarginsReturns the margins object used to modify the bounds used to position the controls in the ContainerControl  
Public PropertyMinimumSizeReturns the minimum size required to layout the items in the ContainerControl  
Public PropertyPreferredSizeReturns the preferred size required to layout the items in the ContainerControl  
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.  
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.  
See Also