Class RadPopupEditorElement
Inheritance
System.Object
RadPopupEditorElement
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 RadPopupEditorElement : PopupEditorBaseElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadPopupEditorElement()
Declaration
public RadPopupEditorElement()
Properties
ArrowButtonElement
ArrowButton Property
Declaration
public RadArrowButtonElement ArrowButtonElement { get; }
Property Value
ContainerElement
Declaration
public virtual RadDropDownListEditableAreaElement ContainerElement { get; }
Property Value
DropDownMaxSize
Declaration
public Size DropDownMaxSize { get; set; }
Property Value
System.
|
DropDownMinSize
Declaration
public Size DropDownMinSize { get; set; }
Property Value
System.
|
DropDownSizingMode
DropDownStyle
Gets or sets a value specifying the style of the DropDownList
Declaration
public virtual RadDropDownStyle DropDownStyle { get; set; }
Property Value
PopupContainerForm
Declaration
public RadPopupContainerForm PopupContainerForm { get; }
Property Value
Text
Gets or sets the text associated with this item.
Declaration
public override string Text { get; set; }
Property Value
System.
|
Overrides
TextBoxElement
Declaration
public virtual RadTextBoxElement TextBoxElement { get; }
Property Value
TextBoxVisibility
Declaration
public virtual ElementVisibility TextBoxVisibility { get; set; }
Property Value
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.
|
Overrides
Methods
CreateArrowButtonElement()
Declaration
protected virtual RadArrowButtonElement CreateArrowButtonElement()
Returns
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreatePopupForm()
Declaration
protected override RadPopupControlBase CreatePopupForm()
Returns
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetPopupSize(RadPopupControlBase, Boolean)
Declaration
protected override Size GetPopupSize(RadPopupControlBase popup, bool measure)
Parameters
Rad
|
System.
|
Returns
System.
|
Overrides
OnPopupClosing(RadPopupClosingEventArgs)
Declaration
protected override void OnPopupClosing(RadPopupClosingEventArgs e)
Parameters
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
PostPaintChildren(IGraphics, Rectangle, Single, SizeF)
Declaration
protected override void PostPaintChildren(IGraphics graphics, Rectangle clipRectange, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.
|
System.
|
System.
|
Overrides
ShowPopup()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
UpdatePopupMinMaxSize(RadPopupControlBase)
Declaration
protected override void UpdatePopupMinMaxSize(RadPopupControlBase popup)
Parameters
Rad
|
Overrides
WireEvents()
Declaration
protected virtual void WireEvents()