ToolStrip.GripStyle Egenskap

Definition

Hämtar eller anger om flytthandtaget ToolStrip är synligt eller dolt.

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

Egenskapsvärde

Ett av ToolStripGripStyle värdena. Standardvärdet är Visible.

Undantag

Det angivna värdet är inte ett av ToolStripGripStyle värdena.

Kommentarer

I en stacklayout gör du en ToolStrip flyttbar genom att placera den i en ToolStripPanel och se till att den GripStyle är inställd på Visible.

Gäller för