QuickOPC User's Guide and Reference
RightToLeft Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : RightToLeft Property
Syntax
'Declaration
 
<AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<LocalizableAttribute(True)>
Public Shadows Property RightToLeft As RightToLeft
'Usage
 
Dim instance As BrowseControl
Dim value As RightToLeft
 
instance.RightToLeft = value
 
value = instance.RightToLeft
[AmbientValue(Mono.Cecil.CustomAttributeArgument)]
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Localizable(true)]
public new RightToLeft RightToLeft {get; set;}
[AmbientValue(Mono.Cecil.CustomAttributeArgument)]
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Localizable(true)]
public:
new property RightToLeft RightToLeft {
   RightToLeft get();
   void set (    RightToLeft value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also