Click or drag to resize
HyperTextLinkInfo Structure
A structure with minimal information about a link involved in an event.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public struct LinkInfo

The HyperTextLinkInfo type exposes the following members.

Constructors
  NameDescription
Public methodHyperTextLinkInfo
Initializes a new instance of the HyperTextLinkInfo struct.
Top
Properties
  NameDescription
Public propertyClassName
Gets the name of the style class for the link, if any.
Public propertyIndex
The index of the link in the HyperText instance.
Public propertyName
Gets the value of the link's name attribute.
Top
See Also