Class RadButtonTextBoxElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadButtonTextBoxElement : RadTextBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadButtonTextBoxElement()
Declaration
public RadButtonTextBoxElement()
Properties
ButtonsStackLeft
Returns the panel tat contain the elements on the left.
Declaration
public StackLayoutPanel ButtonsStackLeft { get; }
Property Value
StackLayoutPanel
|
ButtonStackRight
Returns the panel tat contain the elements on the right.
Declaration
public StackLayoutPanel ButtonStackRight { get; }
Property Value
StackLayoutPanel
|
DefaultElementSpacing
Gets or set the default space between the elements.
Declaration
public int DefaultElementSpacing { get; set; }
Property Value
System.Int32
|
LeftButtonItems
Returns the collection of buttons that appears on the left side of the text.
Declaration
public RadItemOwnerCollection LeftButtonItems { get; }
Property Value
RadItemOwnerCollection
|
RightButtonItems
Returns the collection of buttons that appears on the right side of the text.
Declaration
public RadItemOwnerCollection RightButtonItems { get; }
Property Value
RadItemOwnerCollection
|
ShowTextBox
Shows/hides the inner text box.
Declaration
public bool ShowTextBox { get; set; }
Property Value
System.Boolean
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnItemClicked(Object, EventArgs)
Declaration
protected virtual void OnItemClicked(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
Events
ItemClicked
Fires when an item is clicked.
Declaration
public event EventHandler ItemClicked
Event Type
System.EventHandler
|