Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class CollapsiblePanelControlsContainer : RadScrollablePanel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadScrollablePanelCollapsiblePanelControlsContainer...
Implements:
Inherited Members
Constructors
public CollapsiblePanelControlsContainer()
Properties
Gets the container panel that holds all the components added to the panel.
public override Panel PanelContainer { get; }
Overrides:
Gets or sets the class name string that ThemeResolutionService will use to find the themes registered for the control.
public override string ThemeClassName { get; set; }
Overrides:
By default the return value is RadControl's type FullName; Some controls like drop down menu has different ThemeClassName depending on the runtime usaage of the control.
Methods
Creates a new instance of the control's Control.ControlCollection.
protected override Control.ControlCollection CreateControlsInstance()
A new RadScrollablePanelControlCollection for this control.
Overrides:
protected override RadScrollablePanelContainer CreateScrollablePanelContainer()
Overrides:
Resumes the child controls layout.
public void ResumeChildControlsLayout()
Resumes the child controls layout.
public void ResumeChildControlsLayout(bool performLayout)
if set to true [perform layout].
protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
Overrides:
Suspends the child controls layout.
public void SuspendChildControlsLayout()
Suspends the child controls layout where the controls are not docked.
public void SuspendChildControlsLayoutWhereNotDocked()
Synchronizes its location with the specified RadElement instance
public void SynchronizeLocationWithElement(RadElement element)
The element to synchronize with.
Synchronizes its margin with the specified RadElement instance
public void SynchronizeMarginWithElement(RadElement element)
The element to synchronize with.
Synchronizes its size with the specified RadElement instance
public void SynchronizeSizeWithElement(RadElement element)
The element to synchronize with.
Synchronizes its size, location and margin with the specified RadElement instance
public void SynchronizeWithElement(RadElement element)
The element to synchronize with.