Class OTZToolStrip
OTZ ツールバーコントロールの機能を提供します。
Inheritance
System.Object
OTZToolStrip
名前空間: OTZControls.Controls
アセンブリ: OTZControls.dll
Syntax
public class OTZToolStrip : ToolStrip
コンストラクタ
OTZToolStrip()
コンストラクタ
宣言
public OTZToolStrip()
プロパティ
IsDesignMode
デザインモードかどうかを取得します。
宣言
protected bool IsDesignMode { get; }
プロパティ値
| 型 | 説明 |
|---|---|
| System.Boolean |
ParentForm
親フォームを取得または設定します。
宣言
[Browsable(false)]
public OTZForm ParentForm { get; set; }
プロパティ値
| 型 | 説明 |
|---|---|
| OTZForm | 親フォーム。 |
メソッド
WndProc(ref Message)
Windows メッセージを処理します。
宣言
protected override void WndProc(ref Message m)
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| Message | m |