ActionsPane.Enabled Property

Definition

Gets or sets a value indicating whether the actions pane can respond to user interaction.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Localizable(true)]
public bool Enabled { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

true if the actions pane can respond to user interaction; otherwise, false. The default is true.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.Enabled property. For more information about using this property, see System.Windows.Forms.Control.Enabled.

Applies to