ErrorProvider.RightToLeft 屬性

定義

取得或設定值,指出是否在支援由右至左字型的地區設定 (Locale) 中使用元件。

public:
 virtual property bool RightToLeft { bool get(); void set(bool value); };
public virtual bool RightToLeft { get; set; }
member this.RightToLeft : bool with get, set
Public Overridable Property RightToLeft As Boolean

屬性值

如果在由右至左的地區設定中使用元件,則為 true,否則為 false

備註

當此屬性設定為 true 時,錯誤圖示會出現在相關聯控制項的左邊,且工具提示文字會以從右至左的順序顯示。

適用於