Editor for WinForms
InsertHyperlink メソッド

C1.Win.Editor.6 アセンブリ > C1.Win.Editor 名前空間 > C1Editor クラス : InsertHyperlink メソッド
リンクの URL を指定します。
リンクの説明。null または空の場合、href が使用されます。
オプションの属性。
カーソル位置にハイパーリンクを挿入します。テキストが選択されている場合、そのテキストは上書きされます。
シンタックス
'宣言
 
Public Sub InsertHyperlink( _
   ByVal href As System.String, _
   ByVal description As System.String, _
   Optional ByVal attributes As System.String _
) 
public void InsertHyperlink( 
   System.string href,
   System.string description,
   System.string attributes
)

パラメータ

href
リンクの URL を指定します。
description
リンクの説明。null または空の場合、href が使用されます。
attributes
オプションの属性。
参照

C1Editor クラス
C1Editor メンバ