ArcFM Engine Developer Guide
NearMargin(Control,Int32) Method


The Control to set the near margin for
New near margin in pixels, or -1 to use the default near margin.
Sets the near margin of a TextBox control or the TextBox contained within a ComboBox.
Syntax
'Declaration
 
Public Overloads Shared Sub NearMargin( _
   ByVal ctl As Control, _
   ByVal margin As Integer _
) 
'Usage
 
Dim ctl As Control
Dim margin As Integer
 
TextBoxMarginCustomize.NearMargin(ctl, margin)
public static void NearMargin( 
   Control ctl,
   int margin
)

Parameters

ctl
The Control to set the near margin for
margin
New near margin in pixels, or -1 to use the default near margin.
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