Skybound VisualTips

VisualTip.RightToLeft Property

Gets or sets whether tip text is displayed using a right-to-left reading order.

[Visual Basic]
Public Property RightToLeft As RightToLeft
[C#]
public System.Windows.Forms.RightToLeft RightToLeft {get; set;}

Property Value

One of the RightToLeft values which specifies whether tip text is displayed using a right-to-left reading order.

Remarks

When no specific value is assigned to this property, its value is determined by quering a property called "RightToLeft" on the associated component. If no property called "RightToLeft" exists, the RightToLeft property of the parent control is returned instead.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

VisualTip Class | Skybound.VisualTips Namespace