RightToLeft Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("ControlRightToLeftDescr")>
Public Overridable Property RightToLeft As System.Windows.Forms.RightToLeft
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.RightToLeft
instance.RightToLeft = value
value = instance.RightToLeft
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ControlRightToLeftDescr")]
public virtual System.Windows.Forms.RightToLeft RightToLeft {get; set;}
public read-write property RightToLeft: System.Windows.Forms.RightToLeft; virtual;
SRCategoryAttribute("CatAppearance")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)
SRDescriptionAttribute("ControlRightToLeftDescr")
public function get,set RightToLeft : System.Windows.Forms.RightToLeft
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ControlRightToLeftDescr")]
public: __property virtual System.Windows.Forms.RightToLeft get_RightToLeft();
public: __property virtual void set_RightToLeft(
System.Windows.Forms.RightToLeft value
);
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ControlRightToLeftDescr")]
public:
virtual property System.Windows.Forms.RightToLeft RightToLeft {
System.Windows.Forms.RightToLeft get();
void set ( System.Windows.Forms.RightToLeft value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also