Click or drag to resize

ToolItemEnabled Property

Gets or sets a value indicating whether this ToolItem is enabled.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false.

Implements

ICommandItemEnabled
See Also