This topic has not yet been rated - Rate this topic

LinkLabel.Link Members

Represents a link within a LinkLabel control.

The LinkLabel.Link type exposes the following members.

  NameDescription
Public method LinkLabel.Link Overloaded. Initializes a new instance of the LinkLabel.Link class.
Top
  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Public property Description Gets or sets a text description of the link.
Public property Enabled Gets or sets a value indicating whether the link is enabled.
Public property Length Gets or sets the number of characters in the link text.
Public property LinkData Gets or sets the data associated with the link.
Public property Name Gets or sets the name of the LinkLabel.Link.
Public property Start Gets or sets the starting location of the link within the text of the LinkLabel.
Public property Tag Gets or sets the object that contains data about the LinkLabel.Link.
Public property Visited Gets or sets a value indicating whether the user has visited the link.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.