ArcFM Desktop Developer Guide
Attach(TextBox) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

TextBox to attach to.
Attaches an instance of this class to a TextBox control.
Syntax
'Declaration
 
Public Overloads Sub Attach( _
   ByVal textBox As TextBox _
) 
'Usage
 
Dim instance As TextBoxMarginCustomize
Dim textBox As TextBox
 
instance.Attach(textBox)
public void Attach( 
   TextBox textBox
)

Parameters

textBox
TextBox to attach to.
Remarks
Use the System.Windows.Forms.NativeWindow.AssignHandle(System.IntPtr) method to attach this class to an arbitrary TextBox control using its handle.
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
Overload List

 

 


Send Comment