Class OTZWindowProc
Windows メッセージを処理する機能を提供します。
Inheritance
System.Object
OTZWindowProc
名前空間: OTZControls.Utilities
アセンブリ: OTZControls.dll
Syntax
public class OTZWindowProc : NativeWindow
コンストラクタ
OTZWindowProc(OTZForm, Control)
コンストラクタ
宣言
public OTZWindowProc(OTZForm form, Control child)
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| OTZForm | form | |
| Control | child |
OTZWindowProc(OTZForm, IntPtr)
コンストラクタ
宣言
public OTZWindowProc(OTZForm form, IntPtr handle)
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| OTZForm | form | |
| IntPtr | handle |
プロパティ
ParentForm
親のフォームを取得または設定します。
宣言
protected OTZForm ParentForm { get; set; }
プロパティ値
| 型 | 説明 |
|---|---|
| OTZForm |
メソッド
WndProc(ref Message)
宣言
protected override void WndProc(ref Message m)
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| Message | m |