All pages
Powered by GitBook
1 of 1

Loading...

LinkMenuItem

Wisej.Web.LinkMenuItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

  • Component

    • Component

Represents an individual menu item that is displayed within a or rendered using the <a> link element to let the browser process the specified URL.

Constructors

LinkMenuItem()

Initializes a new instance of .

Properties

HRef

: Returns or sets the URL to navigate to when this item is clicked. (Default: "")

Target

: Returns or sets where to open the URL specified in . (Default: "")

Events

HRefChanged

Fired when the property value changes.

Implements

Name
Description

IBindableComponent

Bindable components implement this interface.

ICommandSource

Defines an object that can invoke a Command.

IWisejComponent

All wisej components implement this interface.

IWisejSerializable

Allows an object to serialize itself.

BindableComponent
Menu
MenuItem
LinkMenuItem
MainMenu
ContextMenu
HRef
Public Class LinkMenuItem
    Inherits MenuItem
LinkMenuItem
String
String
HRef
EventHandler
HRef
public class LinkMenuItem : MenuItem