Class HoverMenuExtender
Inheritance
System.Object
HoverMenuExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
[RequiredScript(typeof(HoverExtender))]
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.HoverMenuBehavior", "AjaxControlToolkit.HoverMenu.HoverMenuBehavior.js")]
[RequiredScript(typeof(PopupExtender))]
[RequiredScript(typeof(AnimationExtender))]
public class HoverMenuExtender : DynamicPopulateExtenderControlBase, IControlResolver
Constructors
HoverMenuExtender()
Declaration
public HoverMenuExtender()
Properties
HoverCssClass
Declaration
[ExtenderControlProperty]
public string HoverCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoverDelay
Declaration
[ExtenderControlProperty]
public int HoverDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OffsetX
Declaration
[ExtenderControlProperty]
public int OffsetX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OffsetY
Declaration
[ExtenderControlProperty]
public int OffsetY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OnHide
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Type | Description |
---|---|
Animation |
OnShow
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Type | Description |
---|---|
Animation |
PopDelay
Declaration
[ExtenderControlProperty]
public int PopDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PopupControlID
Declaration
[RequiredProperty]
[ElementReference]
[ClientPropertyName("popupElement")]
[ExtenderControlProperty]
public string PopupControlID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PopupPosition
Declaration
[ExtenderControlProperty]
public HoverMenuPopupPosition PopupPosition { get; set; }
Property Value
Type | Description |
---|---|
HoverMenuPopupPosition |
Methods
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |