ToolStrip.GripStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ToolStrip移動ハンドルを表示するか非表示にするかを取得または設定します。
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 つ。 既定値は Visible です。
例外
指定した値は、 ToolStripGripStyle 値の 1 つではありません。
注釈
スタック レイアウトでは、 ToolStrip を ToolStripPanel に配置し、その GripStyle が Visibleに設定されていることを確認して移動可能にします。