System.Windows.Forms
1.0.5000.0
2.0.0.0
System.ValueType
System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.LinkArea+LinkAreaConverter))
There are two ways to add a hyperlink to the text of a control. You can access the method of the class through the property of the to add multiple hyperlinks to the control's text. If you only need to add a single hyperlink to the text of the control, you can use the property of the . This property accepts a that defines the location of the hyperlink within the control's text. When a hyperlink is specified using the property, the link area is then added to the in the same manner as adding the link using the method of the .
The property specifies the number of characters within the text of the to include in the link area. The property specifies the first character in the control text to include in the hyperlink. If you want to determine whether a specific is empty, you can use the property instead of checking the values of the and properties.
Represents an area within a control that represents a hyperlink within the control.
Constructor
To be added.
Initializes a new instance of the class.
The zero-based starting location of the link area within the text of the .
The number of characters, after the starting character, to include in the link area.
1.0.5000.0
2.0.0.0
Method
System.Boolean
To be added.
Determines whether this is equal to the specified object.
true if the specified object is equal to the current ; otherwise, false.
The object to compare to this .
1.0.5000.0
2.0.0.0
Method
System.Int32
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
You can use this property to determine whether a valid link area has been specified in this object instead of evaluating the values of the and properties.
Gets a value indicating whether the is empty.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To specify text from the to display as a link, set the property to the location in the text to start creating the link. After the property is set, set the value of the property to the number of characters, including the character position specified in the property, that you want to make the link text. For example, if you want to make the first word of the text "The quick brown fox" a link, you set the property to zero (0) and the property to three (3).
Gets or sets the number of characters in the link area.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Boolean
To be added.
Returns a value indicating whether two instances of the class are equal.
true if two instances of the class are equal; otherwise, false.
A to compare.
A to compare.
Method
2.0.0.0
System.Boolean
To be added.
Returns a value indicating whether two instances of the class are not equal.
true if two instances of the class are not equal; otherwise, false.
A to compare.
A to compare.
Property
System.Int32
To be added.
To specify text from the to display as a link, set the property to the location in the text to start creating the link. After the property is set, set the value of the property to the number of characters, including the character position specified in the property, that you want to make the link text. For example, if you want to make the first word of the text "The quick brown fox" a link, you set the property to zero (0) and the property to three (3).
Gets or sets the starting location of the link area within the text of the .
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.String
To be added.
To be added.
To be added.