All pages
Powered by GitBook
1 of 4

Loading...

Loading...

Loading...

Loading...

LinkLabelLinkClickedEventArgs

Wisej.Web.LinkLabelLinkClickedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for the LinkClicked event.

public class LinkLabelLinkClickedEventArgs : EventArgs
Public Class LinkLabelLinkClickedEventArgs
    Inherits EventArgs

Constructors

LinkLabelLinkClickedEventArgs(link)

Initializes a new instance of the class with the specified link.

Name
Type
Description

Properties

Link

: Returns the link that was clicked.

Used By

Name
Description

link

String

The link that was clicked.

LinkLabelLinkClickedEventHandler

Represents the method that will handle the LinkClicked event of a LinkLabel.

LinkLabelLinkClickedEventArgs
String

LinkArea

Wisej.Web.LinkArea

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents an area within a LinkLabel control that represents a hyperlink within the control.

public struct LinkArea : ValueType
Public Structure LinkArea
    Implements ValueType

Constructors

LinkArea(start, length)

Initializes a new instance of the class.

Name
Type
Description

Properties

IsEmpty

: Returns a value indicating whether the is empty.

Length

: Returns or sets the number of characters in the link area.

Start

: Returns or sets the starting location of the link area within the text of the .

Used By

Name
Description

start

Int32

The zero-based starting location of the link area within the text of the LinkLabel.

length

Int32

The number of characters, after the starting character, to include in the link area.

LinkLabel.LinkArea

Returns or sets the range in the text to treat as a link.

LinkArea
Boolean
LinkArea
Int32
Int32
LinkLabel

LinkLabelLinkClickedEventHandler

Wisej.Web.LinkLabelLinkClickedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents the method that will handle the LinkClicked event of a LinkLabel.

public delegate void LinkLabelLinkClickedEventHandler(Object sender, LinkLabelLinkClickedEventArgs e)
Public Delegate Sub LinkLabelLinkClickedEventHandler(ByVal sender As [Object], ByVal e As LinkLabelLinkClickedEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

LinkLabelLinkClickedEventArgs

A LinkLabelLinkClickedEventArgs that contains the event data.

LinkLabel.LinkClicked

Fired when a link is clicked within the control.

LinkLabel

Wisej.Web.LinkLabel

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

  • Control

    • Label

Represents an hyper-link control.

Constructors

LinkLabel()

Initializes a new default instance of the class.

Properties

ActiveLinkColor

: Returns or sets the color used to display an active link (while being pressed).

DisabledLinkColor

: Returns or sets the color used when displaying a disabled link.

LinkArea

: Returns or sets the range in the text to treat as a link.

Throws:

  • The property of the object is less than zero; or the property of the object is less than -1.

LinkBehavior

: Returns or sets a value that represents the behavior of a link.

LinkColor

: Returns or sets the color used when displaying a link.

Events

LinkClicked

Fired when a link is clicked within the control.

TabStopChanged

Fired when the value of the property changes.

Implements

Name
Description

IBindableComponent

Bindable components implement this interface.

IButtonControl

Allows a control to act like a button on a Form.

IWisejComponent

All wisej components implement this interface.

IWisejControl

All wisej controls derived from the Control class must implement this interface.

IWisejSerializable

Allows an object to serialize itself.

LinkLabel
Public Class LinkLabel
    Inherits Label
    Implements IButtonControl
LinkLabel
Color
Color
LinkArea
ArgumentOutOfRangeException
Start
LinkArea
Length
LinkArea
LinkBehavior
Color
LinkLabelLinkClickedEventHandler
EventHandler
TabStop
public class LinkLabel : Label, IButtonControl