Class RadItemsPopupControl
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class RadItemsPopupControl : RadPopupControlBase, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, IItemsControl
Constructors
RadItemsPopupControl(RadElement)
Properties
ActiveItems
Declaration
public RadItemOwnerCollection ActiveItems { get; }
Property Value
|
RadItemOwnerCollection
|
Implements
IsVisible
Gets a boolean value indicating whether the popup is visible.
Declaration
public bool IsVisible { get; }
Property Value
|
System.Boolean
|
Items
Gets menu items collection
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
|
RadItemOwnerCollection
|
Implements
Maximum
Get/Set maximum value allowed for size
Declaration
public Size Maximum { get; set; }
Property Value
|
System.Drawing.Size
|
Minimum
Get/Set minimum value allowed for size
Declaration
public Size Minimum { get; set; }
Property Value
|
System.Drawing.Size
|
ProcessKeyboard
Declaration
public bool ProcessKeyboard { get; set; }
Property Value
|
System.Boolean
|
Implements
RollOverItemSelection
Declaration
public bool RollOverItemSelection { get; set; }
Property Value
|
System.Boolean
|
Implements
Methods
AutoUpdateBounds()
Declaration
protected void AutoUpdateBounds()
CallOnItemDeselected(ItemSelectedEventArgs)
Declaration
public void CallOnItemDeselected(ItemSelectedEventArgs args)
Parameters
|
ItemSelectedEventArgs
args
|
CanNavigate(Keys)
CanProcessMnemonic(Char)
Declaration
public virtual bool CanProcessMnemonic(char keyData)
Parameters
|
System.Char
keyData
|
Returns
|
System.Boolean
|
Implements
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
|
Overrides
GetFirstVisibleItem()
GetLastVisibleItem()
GetNextItem(RadItem, Boolean)
Declaration
public RadItem GetNextItem(RadItem item, bool forward)
Parameters
|
RadItem
item
|
|
System.Boolean
forward
|
Returns
|
RadItem
|
Implements
GetSelectedItem()
OnDropDownClosed(RadPopupClosedEventArgs)
Declaration
protected virtual void OnDropDownClosed(RadPopupClosedEventArgs args)
Parameters
|
RadPopupClosedEventArgs
args
|
OnDropDownClosing(RadPopupClosingEventArgs)
Declaration
protected virtual void OnDropDownClosing(RadPopupClosingEventArgs args)
Parameters
|
RadPopupClosingEventArgs
args
|
OnDropDownOpened()
Declaration
protected virtual void OnDropDownOpened()
OnDropDownOpening(CancelEventArgs)
Declaration
protected virtual void OnDropDownOpening(CancelEventArgs args)
Parameters
|
System.ComponentModel.CancelEventArgs
args
|
OnItemDeselected(ItemSelectedEventArgs)
Declaration
protected virtual void OnItemDeselected(ItemSelectedEventArgs args)
Parameters
|
ItemSelectedEventArgs
args
|
OnItemSelected(ItemSelectedEventArgs)
Declaration
protected virtual void OnItemSelected(ItemSelectedEventArgs args)
Parameters
|
ItemSelectedEventArgs
args
|
SelectFirstVisibleItem()
SelectItem(RadItem)
SelectLastVisibleItem()
SelectNextItem(RadItem, Boolean)
Declaration
public RadItem SelectNextItem(RadItem item, bool forward)
Parameters
|
RadItem
item
|
|
System.Boolean
forward
|
Returns
|
RadItem
|
Implements
Events
DropDownClosed
Declaration
public event RadPopupClosedEventHandler DropDownClosed
Event Type
|
RadPopupClosedEventHandler
|
DropDownClosing
Declaration
public event RadPopupClosingEventHandler DropDownClosing
Event Type
|
RadPopupClosingEventHandler
|
DropDownOpened
Declaration
public event EventHandler DropDownOpened
Event Type
|
System.EventHandler
|
DropDownOpening
Declaration
public event CancelEventHandler DropDownOpening
Event Type
|
System.ComponentModel.CancelEventHandler
|
ItemDeselected
Declaration
public event ItemSelectedEventHandler ItemDeselected
Event Type
|
ItemSelectedEventHandler
|
Implements
ItemSelected
Declaration
public event ItemSelectedEventHandler ItemSelected
Event Type
|
ItemSelectedEventHandler
|