ListBox.RightToLeft 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出控制項所顯示的文字是否從右到左。
public:
virtual property System::Windows::Forms::RightToLeft RightToLeft { System::Windows::Forms::RightToLeft get(); void set(System::Windows::Forms::RightToLeft value); };
public override System.Windows.Forms.RightToLeft RightToLeft { get; set; }
member this.RightToLeft : System.Windows.Forms.RightToLeft with get, set
Public Overrides Property RightToLeft As RightToLeft
屬性值
其中一個 RightToLeft 值。
備註
此屬性可讓您的功能表支援從右至左撰寫的語言。 當這個屬性設定為 true
時,專案文字會從右至左顯示,而不是預設的由左至右方法。