Class RadDropDownButtonPopup
This class represents the popup of the RadDropDownButton control.
Inheritance
System.Object
RadDropDownButtonPopup
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDropDownButtonPopup : RadDropDownMenu, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, IItemsControl
Constructors
RadDropDownButtonPopup(RadElement)
Declaration
public RadDropDownButtonPopup(RadElement ownerElement)
Parameters
RadElement
ownerElement
|
Properties
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
Methods
AdjustDropDownAlignmentForPopupDirection(RadDirection)
Declaration
protected virtual void AdjustDropDownAlignmentForPopupDirection(RadDirection popupDirection)
Parameters
RadDirection
popupDirection
|
ApplySizingConstraints(Size, Screen)
Declaration
protected override Size ApplySizingConstraints(Size availableSize, Screen currentScreen)
Parameters
System.Drawing.Size
availableSize
|
System.Windows.Forms.Screen
currentScreen
|
Returns
System.Drawing.Size
|
Overrides
CanClosePopup(RadPopupCloseReason)
Declaration
public override bool CanClosePopup(RadPopupCloseReason reason)
Parameters
RadPopupCloseReason
reason
|
Returns
System.Boolean
|
Overrides
OnDropDownOpening(CancelEventArgs)
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
System.ComponentModel.CancelEventArgs
args
|
Overrides
OnItemsChanged(RadItemCollection, RadItem, ItemsChangeOperation)
Declaration
protected override void OnItemsChanged(RadItemCollection changed, RadItem target, ItemsChangeOperation operation)
Parameters
RadItemCollection
changed
|
RadItem
target
|
ItemsChangeOperation
operation
|
Overrides
ShowCore(Point, Int32, RadDirection)
Declaration
protected override void ShowCore(Point point, int ownerOffset, RadDirection popupDirection)
Parameters
System.Drawing.Point
point
|
System.Int32
ownerOffset
|
RadDirection
popupDirection
|