LinkArea(Int32, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe LinkArea.
public:
LinkArea(int start, int length);
public LinkArea (int start, int length);
new System.Windows.Forms.LinkArea : int * int -> System.Windows.Forms.LinkArea
Public Sub New (start As Integer, length As Integer)
Paramètres
- length
- Int32
Nombre de caractères, après le caractère de début, à inclure dans la zone de lien.