ArcFM Engine Developer Guide
FarMargin(Control,Int32) Method


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

Parameters

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