Class RadTaskDialogHeaderLayout
A class that represents the header layout of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogHeaderLayout : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogHeaderLayout()
Initializes a new instance of the Rad
Declaration
public RadTaskDialogHeaderLayout()
RadTaskDialogHeaderLayout(RadTaskDialogIcon, String)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogHeaderLayout(RadTaskDialogIcon icon, string text)
Parameters
Rad The icon element. |
System. The text. |
Properties
BackgroundElement
Gets the element responsible for the background of icon and header text.
Declaration
public LightVisualElement BackgroundElement { get; }
Property Value
ContentArea
Gets the content area, which holds the page text, expander(description) text, progress bar, radio buttons and the command link buttons
Declaration
public RadTaskDialogContentArea ContentArea { get; }
Property Value
HeaderTextElement
Gets the header text element.
Declaration
public LightVisualElement HeaderTextElement { get; }
Property Value
Icon
Gets the icon element.
Declaration
public RadTaskDialogIcon Icon { get; set; }
Property Value
UseEqualHeaderAndIconHeight
Gets or sets a value indicating whether the header text and the icon will have equal heights.
If [true] the Icon and Header
Declaration
public bool UseEqualHeaderAndIconHeight { get; set; }
Property Value
System.
|
UseWideContentArea
Gets or sets a value indicating, whether the content area will occupy the full width of the Rad
Declaration
public bool UseWideContentArea { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateBackgroundElement()
Declaration
protected virtual LightVisualElement CreateBackgroundElement()
Returns
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateContentArea()
Declaration
protected virtual RadTaskDialogContentArea CreateContentArea()
Returns
CreateHeaderTextElement()
Declaration
protected virtual TaskDialogLightVisualElement CreateHeaderTextElement()
Returns
CreateIcon()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnIconChanged()
Declaration
protected virtual void OnIconChanged()
ShouldArrangeChild(RadElement)
Declaration
protected override bool ShouldArrangeChild(RadElement child)
Parameters
Rad
|
Returns
System.
|
Overrides
ShouldMeasureChild(RadElement)
Declaration
protected override bool ShouldMeasureChild(RadElement child)
Parameters
Rad
|
Returns
System.
|