RichTextBox.ScrollBars プロパティ

定義

RichTextBox コントロールに表示するスクロール バーの種類を取得または設定します。

public:
 property System::Windows::Forms::RichTextBoxScrollBars ScrollBars { System::Windows::Forms::RichTextBoxScrollBars get(); void set(System::Windows::Forms::RichTextBoxScrollBars value); };
public System.Windows.Forms.RichTextBoxScrollBars ScrollBars { get; set; }
member this.ScrollBars : System.Windows.Forms.RichTextBoxScrollBars with get, set
Public Property ScrollBars As RichTextBoxScrollBars

プロパティ値

RichTextBoxScrollBars

RichTextBoxScrollBars 値のいずれか 1 つ。 既定値は、RichTextBoxScrollBars.Both です。

例外

指定した値が RichTextBoxScrollBars 列挙体に定義されていません。

注釈

このプロパティを使用すると、コントロールのユーザーに水平スクロール バーと垂直スクロール バーを提供して、コントロールの RichTextBox 物理的な寸法外にあるコントロール内のスクロール テキストを有効にすることができます。 また、このプロパティを使用して、コントロールからスクロール バーを削除して、コントロールの内容のスクロールを制限することもできます。

注意

プロパティの値に関係なく、is のWordWrap場合、水平スクロール バーはtrueScrollBars表示されません。

適用対象

こちらもご覧ください