RightToLeftLayout Property
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute(False)>
<SRDescriptionAttribute("ControlRightToLeftLayoutDescr")>
Public Overridable Property RightToLeftLayout As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim value As System.Boolean
instance.RightToLeftLayout = value
value = instance.RightToLeftLayout
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("ControlRightToLeftLayoutDescr")]
public virtual System.bool RightToLeftLayout {get; set;}
public read-write property RightToLeftLayout: System.Boolean; virtual;
SRCategoryAttribute("CatAppearance")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("ControlRightToLeftLayoutDescr")
public function get,set RightToLeftLayout : System.boolean
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("ControlRightToLeftLayoutDescr")]
public: __property virtual System.bool get_RightToLeftLayout();
public: __property virtual void set_RightToLeftLayout(
System.bool value
);
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("ControlRightToLeftLayoutDescr")]
public:
virtual property System.bool RightToLeftLayout {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also