DesignerOptions.EnableInSituEditing Property

Definition

Gets or sets a value that enables or disables in-place editing for ToolStrip controls.

public:
 virtual property bool EnableInSituEditing { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public virtual bool EnableInSituEditing { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.EnableInSituEditing : bool with get, set
Public Overridable Property EnableInSituEditing As Boolean

Property Value

true if in-place editing for ToolStrip controls is enabled; otherwise, false. The default is true.

Attributes

Applies to