MenuStrip.GripStyle プロパティ

定義

コントロールの位置を変更するために使用するグリップの表示設定を取得または設定します。

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

プロパティ値

ToolStripGripStyle値の 1 つ。 既定値は Hidden です。

適用対象