SpreadsheetGear 2012
RightToLeft Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRDescriptionAttribute("Indicates whether the component should draw right-to-left for RTL languages.")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.AmbientValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Overridable Property RightToLeft As System.Windows.Forms.RightToLeft
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Windows.Forms.RightToLeft
 
instance.RightToLeft = value
 
value = instance.RightToLeft
[SRDescription("Indicates whether the component should draw right-to-left for RTL languages.")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[SRCategory("Appearance")]
public virtual System.Windows.Forms.RightToLeft RightToLeft {get; set;}
public read-write property RightToLeft: System.Windows.Forms.RightToLeft; virtual; 
SRDescriptionAttribute("Indicates whether the component should draw right-to-left for RTL languages.")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.AmbientValueAttribute()
SRCategoryAttribute("Appearance")
public function get,set RightToLeft : System.Windows.Forms.RightToLeft
[SRDescription("Indicates whether the component should draw right-to-left for RTL languages.")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[SRCategory("Appearance")]
public: __property virtual System.Windows.Forms.RightToLeft get_RightToLeft();
public: __property virtual void set_RightToLeft( 
   System.Windows.Forms.RightToLeft value
);
[SRDescription("Indicates whether the component should draw right-to-left for RTL languages.")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[SRCategory("Appearance")]
public:
virtual property System.Windows.Forms.RightToLeft RightToLeft {
   System.Windows.Forms.RightToLeft get();
   void set (    System.Windows.Forms.RightToLeft value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback