ArcFM Engine Developer Guide
IsRightToLeft Method


The control to test RightToLeft for
IsRightToLeft returns true if a control's RightToLeft is Yes or it is Inherit and it's parent is Yes
Syntax
'Declaration
 
Public Shared Function IsRightToLeft( _
   ByVal control As Control _
) As Boolean
'Usage
 
Dim control As Control
Dim value As Boolean
 
value = LocalizationUtilities.IsRightToLeft(control)
public static bool IsRightToLeft( 
   Control control
)

Parameters

control
The control to test RightToLeft for

Return Value

True if the control's RightToLeft is Yes or it is Inherit and it's parent is Yes
Exceptions
ExceptionDescription
System.ArgumentNullException 
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