Class BaseMenuItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class BaseMenuItem : HtmlContainerControl
Constructors
BaseMenuItem()
Declaration
public BaseMenuItem()
BaseMenuItem(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Focused
Declaration
public bool Focused { get; set; }
Property Value
System.Boolean
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
Items
Declaration
public IList<BaseMenuItem> Items { get; }
Property Value
System.Collections.Generic.IList<BaseMenuItem>
|
ItemType
ItemValue
Declaration
public string ItemValue { get; set; }
Property Value
System.String
|
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NavigateUrl
Opened
Declaration
public bool Opened { get; }
Property Value
System.Boolean
|
Selected
Declaration
public virtual bool Selected { get; }
Property Value
System.Boolean
|
ShouldNavigate
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Blur()
Declaration
public void Blur()
Click()
Declaration
public void Click()
Click(Boolean)
Declaration
public override void Click(bool isClosing)
Parameters
System.Boolean
isClosing
|
Overrides
Close()
Declaration
public void Close()
FindItem(Predicate<BaseMenuItem>)
Declaration
public BaseMenuItem FindItem(Predicate<BaseMenuItem> predicate)
Parameters
System.Predicate<BaseMenuItem>
predicate
|
Returns
BaseMenuItem
|
Focus()
FocusFirstChild()
Declaration
public void FocusFirstChild()
FocusLastChild()
Declaration
public void FocusLastChild()
FocusNextItem()
Declaration
public void FocusNextItem()
FocusPreviousItem()
Declaration
public void FocusPreviousItem()
Hide()
Declaration
public void Hide()
InitializeMenuItemLocator()
Declaration
protected virtual void InitializeMenuItemLocator()
Navigate()
Navigate(Boolean)
Open()
Declaration
public void Open()
Select()
Declaration
public void Select()
Show()
Declaration
public void Show()