LinkArea クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal start As Integer, _ ByVal length As Integer _)
[C#]
public LinkArea(
intstart,intlength);
[C++]
public: LinkArea(
intstart,intlength);
[JScript]
public function LinkArea(
start : int,length : int);
パラメータ
- start
LinkLabel のテキスト内のリンク領域の先頭位置を示す 0 から始まる値。 - length
リンク領域に含める、先頭文字の後の文字数。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ