Skip to content

IsEnabled Property

Mauricio Jorquera edited this page Nov 14, 2023 · 1 revision

Gets or sets the value that indicates whether this OptionsBar is enabled.

Syntax

C#

public bool IsEnabled { get; set; }

Remarks

The default value is true.

Clone this wiki locally