ArcFM Engine Developer Guide
NearMargin(Control) Method


The Control to get the near margin for
Gets the near margin of a TextBox control or the TextBox contained within a ComboBox.
Syntax
'Declaration
 
Public Overloads Shared Function NearMargin( _
   ByVal ctl As Control _
) As Integer
'Usage
 
Dim ctl As Control
Dim value As Integer
 
value = TextBoxMarginCustomize.NearMargin(ctl)
public static int NearMargin( 
   Control ctl
)

Parameters

ctl
The Control to get the near margin for

Return Value

Near margin, in pixels.
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