Class RadGalleryDropDown
This class represents the drop-down of the RadGalleryElement.
Inheritance
System.Object
RadGalleryDropDown
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGalleryDropDown : RadDropDownMenu, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl, IItemsControl
Constructors
RadGalleryDropDown(RadGalleryElement)
Creates an instance of the RadGalleryElement class.
Declaration
public RadGalleryDropDown(RadGalleryElement ownerElement)
Parameters
|
RadGalleryElement
ownerElement
An instance of the RadGalleryElement class that represents the gallery that owns this drop-down. |
Properties
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
|
System.String
|
Overrides
Methods
CanClosePopup(RadPopupCloseReason)
Declaration
public override bool CanClosePopup(RadPopupCloseReason reason)
Parameters
|
RadPopupCloseReason
reason
|
Returns
|
System.Boolean
|
Overrides
ClickFocusedItem()
Declaration
public void ClickFocusedItem()
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
|
Overrides
ProcessLeftRightNavigationKey(Boolean)
ProcessUpDownNavigationKey(Boolean)
ResolveStyleGroupForElement(StyleGroup, RadObject)
Declaration
public override StyleGroup ResolveStyleGroupForElement(StyleGroup styleGroup, RadObject element)
Parameters
|
StyleGroup
styleGroup
|
|
RadObject
element
|
Returns
|
StyleGroup
|