Class RadToolbarFormTextBoxElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadToolbarFormTextBoxElement : RadTextBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadToolbarFormTextBoxElement()
Declaration
public RadToolbarFormTextBoxElement()
RadToolbarFormTextBoxElement(RadTextBoxItem)
Declaration
public RadToolbarFormTextBoxElement(RadTextBoxItem textBoxItem)
Parameters
RadTextBoxItem
textBoxItem
|
Properties
AutoSize
Declaration
public override bool AutoSize { get; set; }
Property Value
System.Boolean
|
Overrides
DefaultElementSpacing
Gets or set the default space between the elements.
Declaration
public int DefaultElementSpacing { get; set; }
Property Value
System.Int32
|
ElementSize
Declaration
public Size ElementSize { get; set; }
Property Value
System.Drawing.Size
|
FarButtonItems
Returns the collection of buttons that appears on the right side of the text.
Declaration
public RadItemOwnerCollection FarButtonItems { get; }
Property Value
RadItemOwnerCollection
|
FarButtonItemsContainer
Returns the panel tat contain the far elements.
Declaration
public StackLayoutPanel FarButtonItemsContainer { get; }
Property Value
StackLayoutPanel
|
NearButtonItems
Returns the collection of buttons that appears on the near side of the text.
Declaration
public RadItemOwnerCollection NearButtonItems { get; }
Property Value
RadItemOwnerCollection
|
NearButtonItemsContainer
Returns the panel that contain the near elements.
Declaration
public StackLayoutPanel NearButtonItemsContainer { get; }
Property Value
StackLayoutPanel
|
Size
Declaration
public override Size Size { get; set; }
Property Value
System.Drawing.Size
|
Overrides
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()