LinkLabel.LinkCollection クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal owner As LinkLabel _)
[C#]
public LinkLabel.LinkCollection(
LinkLabelowner);
[C++]
public: LinkCollection(
LinkLabel* owner);
[JScript]
public function LinkLabel.LinkCollection(
owner : LinkLabel);
パラメータ
- owner
コレクションを所有している LinkLabel コントロール。
解説
このクラスのインスタンスを作成するには、 LinkLabel コントロールに関連付ける必要があります。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
LinkLabel.LinkCollection クラス | LinkLabel.LinkCollection メンバ | System.Windows.Forms 名前空間