Class RadPopupEditorElement
Inheritance
Inherited Members
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
RadArrowButtonElement
|
ContainerElement
Declaration
public virtual RadDropDownListEditableAreaElement ContainerElement { get; }
Property Value
RadDropDownListEditableAreaElement
|
DropDownMaxSize
Declaration
public Size DropDownMaxSize { get; set; }
Property Value
System.Drawing.Size
|
DropDownMinSize
Declaration
public Size DropDownMinSize { get; set; }
Property Value
System.Drawing.Size
|
DropDownSizingMode
DropDownStyle
Gets or sets a value specifying the style of the DropDownList
Declaration
public virtual RadDropDownStyle DropDownStyle { get; set; }
Property Value
RadDropDownStyle
|
PopupContainerForm
Declaration
public RadPopupContainerForm PopupContainerForm { get; }
Property Value
RadPopupContainerForm
|
Text
Gets or sets the text associated with this item.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
TextBoxElement
Declaration
public virtual RadTextBoxElement TextBoxElement { get; }
Property Value
RadTextBoxElement
|
TextBoxVisibility
Declaration
public virtual ElementVisibility TextBoxVisibility { get; set; }
Property Value
ElementVisibility
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateArrowButtonElement()
Declaration
protected virtual RadArrowButtonElement CreateArrowButtonElement()
Returns
RadArrowButtonElement
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreatePopupForm()
Declaration
protected override RadPopupControlBase CreatePopupForm()
Returns
RadPopupControlBase
|
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetPopupSize(RadPopupControlBase, Boolean)
Declaration
protected override Size GetPopupSize(RadPopupControlBase popup, bool measure)
Parameters
RadPopupControlBase
popup
|
System.Boolean
measure
|
Returns
System.Drawing.Size
|
Overrides
OnPopupClosing(RadPopupClosingEventArgs)
Declaration
protected override void OnPopupClosing(RadPopupClosingEventArgs e)
Parameters
RadPopupClosingEventArgs
e
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
PostPaintChildren(IGraphics, Rectangle, Single, SizeF)
Declaration
protected override void PostPaintChildren(IGraphics graphics, Rectangle clipRectange, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Drawing.Rectangle
clipRectange
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
Overrides
ShowPopup()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
UpdatePopupMinMaxSize(RadPopupControlBase)
Declaration
protected override void UpdatePopupMinMaxSize(RadPopupControlBase popup)
Parameters
RadPopupControlBase
popup
|
Overrides
WireEvents()
Declaration
protected virtual void WireEvents()