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
Rad
|
Properties
AutoSize
Declaration
public override bool AutoSize { get; set; }
Property Value
System.
|
Overrides
DefaultElementSpacing
Gets or set the default space between the elements.
Declaration
public int DefaultElementSpacing { get; set; }
Property Value
System.
|
ElementSize
Declaration
public Size ElementSize { get; set; }
Property Value
System.
|
FarButtonItems
Returns the collection of buttons that appears on the right side of the text.
Declaration
public RadItemOwnerCollection FarButtonItems { get; }
Property Value
FarButtonItemsContainer
Returns the panel tat contain the far elements.
Declaration
public StackLayoutPanel FarButtonItemsContainer { get; }
Property Value
NearButtonItems
Returns the collection of buttons that appears on the near side of the text.
Declaration
public RadItemOwnerCollection NearButtonItems { get; }
Property Value
NearButtonItemsContainer
Returns the panel that contain the near elements.
Declaration
public StackLayoutPanel NearButtonItemsContainer { get; }
Property Value
Size
Declaration
public override Size Size { get; set; }
Property Value
System.
|
Overrides
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()