Namespace:
C1.Win.C1PrintPreview
Assembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Assembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Syntax
| C# |
|---|
protected override void WndProc( ref Message m ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub WndProc ( _ ByRef m As Message _ ) |
Parameters
- m
- Type:
System.Windows.Forms..::.Message%