Class OTZDialog
Inherited Members
名前空間: OTZControls.Controls
アセンブリ: OTZControls.dll
Syntax
public class OTZDialog : OTZForm
コンストラクタ
OTZDialog()
コンストラクタ
宣言
public OTZDialog()
プロパティ
MainTitle
メインタイトルの文字列を取得または設定します。
宣言
[Browsable(false)]
public string MainTitle { get; set; }
プロパティ値
型 | 説明 |
---|---|
System.String | カラーテーブル。 |
SubTitle
サブタイトルの文字列を取得または設定します。
宣言
[Browsable(false)]
public string SubTitle { get; set; }
プロパティ値
型 | 説明 |
---|---|
System.String | カラーテーブル。 |
メソッド
Dispose(Boolean)
Clean up any resources being used.
宣言
protected override void Dispose(bool disposing)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
オーバーライド
OnLoad(EventArgs)
Load イベントを発生させます。
宣言
protected override void OnLoad(EventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
EventArgs | e |
オーバーライド
OnShown(EventArgs)
Shown イベントを発生させます。
宣言
protected override void OnShown(EventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
EventArgs | e |