ArcFM Desktop Developer Guide
AutoAdjustControlFlow Method


The System.Windows.Forms.Control to be adjusted.
The value indicating if the flow of the control should be forced to right-to-left or left-to-right.
Attempts to automatically adjust the flow of a control based on the type of the control. Most controls do not support a layout adjustments and will not be affected.
Syntax
'Declaration
 
Public Shared Sub AutoAdjustControlFlow( _
   ByVal control As Control, _
   ByVal rightToLeft As Boolean _
) 
'Usage
 
Dim control As Control
Dim rightToLeft As Boolean
 
LocalizationUtilities.AutoAdjustControlFlow(control, rightToLeft)
public static void AutoAdjustControlFlow( 
   Control control,
   bool rightToLeft
)

Parameters

control
The System.Windows.Forms.Control to be adjusted.
rightToLeft
The value indicating if the flow of the control should be forced to right-to-left or left-to-right.
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

LocalizationUtilities Class
LocalizationUtilities Members

 

 


Send Comment