ListBox.BorderStyle プロパティ

定義

ListBox の周囲に描画される境界線の種類を取得または設定します。

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

プロパティ値

BorderStyle

BorderStyle 値のいずれか 1 つ。 既定値は、Fixed3D です。

例外

値が、BorderStyle 値ではありません。

適用対象

こちらもご覧ください