Class ToolbarTextBoxElement
Inheritance
System.Object
ToolbarTextBoxElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ToolbarTextBoxElement : RadTextBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
ToolbarTextBoxElement()
Declaration
public ToolbarTextBoxElement()
Properties
SearchButton
Gets the search button.
Declaration
public ToolbarTextBoxButton SearchButton { get; }
Property Value
ToolbarTextBoxButton
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
SetSearchButonLocation()
Docks the search button on the left or right side of the search text box depending on the RightToLeft state.
Declaration
protected virtual void SetSearchButonLocation()