'Declaration
<SRDescriptionAttribute("ControlRightToLeftDescr")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)> <SRCategoryAttribute("CatAppearance")> Public Overridable Property RightToLeft As System.Windows.Forms.RightToLeft
'Usage
Dim instance As WorkbookDesigner Dim value As System.Windows.Forms.RightToLeft instance.RightToLeft = value value = instance.RightToLeft
[SRDescription("ControlRightToLeftDescr")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.AmbientValue(Mono.Cecil.CustomAttributeArgument)] [SRCategory("CatAppearance")] public virtual System.Windows.Forms.RightToLeft RightToLeft {get; set;}
public read-write property RightToLeft: System.Windows.Forms.RightToLeft; virtual;
SRDescriptionAttribute("ControlRightToLeftDescr") System.ComponentModel.LocalizableAttribute() System.ComponentModel.AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument) SRCategoryAttribute("CatAppearance") public function get,set RightToLeft : System.Windows.Forms.RightToLeft
[SRDescription("ControlRightToLeftDescr")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.AmbientValue(Mono.Cecil.CustomAttributeArgument)] [SRCategory("CatAppearance")] public: __property virtual System.Windows.Forms.RightToLeft get_RightToLeft(); public: __property virtual void set_RightToLeft( System.Windows.Forms.RightToLeft value );
[SRDescription("ControlRightToLeftDescr")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.AmbientValue(Mono.Cecil.CustomAttributeArgument)] [SRCategory("CatAppearance")] public: virtual property System.Windows.Forms.RightToLeft RightToLeft { System.Windows.Forms.RightToLeft get(); void set ( System.Windows.Forms.RightToLeft value); }