ArcFM Desktop Developer Guide
ComboEdithWnd Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The ComboBox window handle.
Gets the handle of the TextBox contained within a ComboBox control.
Syntax
'Declaration
 
Public Shared Function ComboEdithWnd( _
   ByVal handle As IntPtr _
) As IntPtr
'Usage
 
Dim handle As IntPtr
Dim value As IntPtr
 
value = TextBoxMarginCustomize.ComboEdithWnd(handle)
public static IntPtr ComboEdithWnd( 
   IntPtr handle
)

Parameters

handle
The ComboBox window handle.

Return Value

The handle of the contained text box.
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