ToolStrip.GripStyle Vlastnost

Definice

Získá nebo nastaví, jestli ToolStrip je úchyt pro přesunutí viditelný nebo skrytý.

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

Hodnota vlastnosti

ToolStripGripStyle

Jedna z ToolStripGripStyle hodnot. Výchozí hodnota je Visible.

Výjimky

Zadaná hodnota není jednou z ToolStripGripStyle hodnot.

Poznámky

V rozložení zásobníku ToolStrip vytvořte pohyblivý tak, že ho umístíte do ToolStripPanel a zajistíte, že je GripStyle nastaven na Visible.

Platí pro