Class RadToolbarFormControl
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadToolbarFormControl : RadNCEnabledControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadToolbarFormControl()
Declaration
public RadToolbarFormControl()
Properties
CaptionHeight
Gets or sets the height of the extended title bar.
Declaration
public virtual int CaptionHeight { get; set; }
Property Value
System.
|
CenterItems
Declaration
[RadDescription("CenterItems", typeof(RadToolbarFormControlElement))]
[RadNewItem("Type here", true, false)]
[RadEditItemsAction]
public virtual RadItemOwnerCollection CenterItems { get; }
Property Value
CenterItemsMargin
Gets or sets the margin that defines the margin of the Wrap
Declaration
public Padding CenterItemsMargin { get; set; }
Property Value
System.
|
CenterItemsVerticalAlignment
Gets or sets the vertical alignment of the center toolbar items.
Declaration
public RadVerticalAlignment CenterItemsVerticalAlignment { get; set; }
Property Value
CenterItemsWrapWeight
Gets or sets the wrap weight while performing the layout of the CenterItems container. The property is only relevant in the Weight wrap mode. The value is in percentage and determines what part of the available space is dedicated to the container.
Declaration
public int? CenterItemsWrapWeight { get; set; }
Property Value
System.
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
FarItems
Declaration
[RadDescription("FarItems", typeof(RadToolbarFormControlElement))]
[RadNewItem("Type here", true, false)]
[RadEditItemsAction]
public virtual RadItemOwnerCollection FarItems { get; }
Property Value
FarItemsMargin
Gets or sets the margin that defines the margin of the Wrap
Declaration
public Padding FarItemsMargin { get; set; }
Property Value
System.
|
FarItemsVerticalAlignment
Gets or sets the vertical alignment of the far toolbar items.
Declaration
public RadVerticalAlignment FarItemsVerticalAlignment { get; set; }
Property Value
FarItemsWrapWeight
Gets or sets the wrap weight while performing the layout of the FarItems container. The property is only relevant in the Weight wrap mode. The value is in percentage and determines what part of the available space is dedicated to the container.
Declaration
public int? FarItemsWrapWeight { get; set; }
Property Value
System.
|
HelpButtonElement
Declaration
public override RadItem HelpButtonElement { get; }
Property Value
Overrides
IconCaptionElement
Declaration
public override ImagePrimitive IconCaptionElement { get; }
Property Value
Overrides
MaximizeButtonElement
Declaration
public override RadItem MaximizeButtonElement { get; }
Property Value
Overrides
MinimizeButtonElement
Declaration
public override RadItem MinimizeButtonElement { get; }
Property Value
Overrides
NearItems
Declaration
[RadDescription("NearItems", typeof(RadToolbarFormControlElement))]
[RadNewItem("Type here", true, false)]
[RadEditItemsAction]
public virtual RadItemOwnerCollection NearItems { get; }
Property Value
NearItemsMargin
Gets or sets the margin that defines the margin of the Wrap
Declaration
public Padding NearItemsMargin { get; set; }
Property Value
System.
|
NearItemsVerticalAlignment
Gets or sets the vertical alignment of the near toolbar items.
Declaration
public RadVerticalAlignment NearItemsVerticalAlignment { get; set; }
Property Value
NearItemsWrapWeight
Gets or sets the wrap weight while performing the layout of the NearItems container. The property is only relevant in the Weight wrap mode. The value is in percentage and determines what part of the available space is dedicated to the container.
Declaration
public int? NearItemsWrapWeight { get; set; }
Property Value
System.
|
ShowIcon
Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
Declaration
public virtual bool ShowIcon { get; set; }
Property Value
System.
|
ShowText
Gets or sets whether the element holding the text is visible.
Declaration
public virtual bool ShowText { get; set; }
Property Value
System.
|
SystemButtonsElement
Declaration
public override RadItem SystemButtonsElement { get; }
Property Value
Overrides
TextCaptionElement
Declaration
public override RadElement TextCaptionElement { get; }
Property Value
Overrides
TextPosition
Gets or sets the position of the text inside the title bar.
Declaration
public ToolbarTextPosition TextPosition { get; set; }
Property Value
ToolbarFormControlElement
Gets the instance of RadToolbarFormControlElement wrapped by this control. The RadToolbarFormControlElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadToolbarFormControlElement.
Declaration
public RadToolbarFormControlElement ToolbarFormControlElement { get; }
Property Value
WrapMode
Determines how the element containers are wrapped in relation to the available space. Both options will allocate the space for each of the containers proportionally
from the totally available space. The Desired
Declaration
public ToolbarWrapMode WrapMode { get; set; }
Property Value
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|
Overrides
CreateToolbarFormControlElement()
Declaration
protected virtual RadToolbarFormControlElement CreateToolbarFormControlElement()
Returns
InitializeRootElement(RootRadElement)
Declaration
protected override void InitializeRootElement(RootRadElement rootElement)
Parameters
Root
|
Overrides
ProcessAutoSizeChanged(Boolean)
Declaration
protected override void ProcessAutoSizeChanged(bool value)
Parameters
System.
|