Class OTZLinkLabel
OTZ リンクラベルコントロールの機能を提供します。
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.Label
System.Windows.Forms.LinkLabel
OTZLinkLabel
Implements
名前空間: OTZControls.Controls
アセンブリ: OTZControls.dll
Syntax
public class OTZLinkLabel : LinkLabel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IAutomationLiveRegion, IButtonControl, IOTZControl
コンストラクタ
OTZLinkLabel()
コンストラクタ
宣言
public OTZLinkLabel()
プロパティ
ColorTable
カラーテーブルを取得または設定します。
宣言
[Browsable(false)]
public OTZControlColorTableBase ColorTable { get; set; }
プロパティ値
型 | 説明 |
---|---|
OTZControlColorTableBase | カラーテーブル。 |
Theme
テーマを取得または設定します。
宣言
public OTZControlThemeType Theme { get; set; }
プロパティ値
型 | 説明 |
---|---|
OTZControlThemeType |
メソッド
OnLinkClicked(LinkLabelLinkClickedEventArgs)
LinkClicked イベントを発生させます。
宣言
protected override void OnLinkClicked(LinkLabelLinkClickedEventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Windows.Forms.LinkLabelLinkClickedEventArgs | e |
オーバーライド
System.Windows.Forms.LinkLabel.OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs)