ArcFM Desktop Developer Guide
WndProc Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Windows Message
Calls the base WndProc and performs WM_PAINT processing to draw the icon if necessary.
Syntax
'Declaration
 
Protected Overrides Sub WndProc( _
   ByRef m As Message _
) 
'Usage
 
Dim instance As TextBoxMarginCustomize
Dim m As Message
 
instance.WndProc(m)
protected override void WndProc( 
   ref Message m
)

Parameters

m
Windows Message
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TextBoxMarginCustomize Class
TextBoxMarginCustomize Members

 

 


Send Comment