ToolStripItem.Enabled
ToolStripItem.Enabled
ToolStripItem.Enabled
ToolStripItem.Enabled
Property
Definición
Obtiene o establece un valor que indica si el control primario del formulario ToolStripItem está habilitado.Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled.
public:
virtual property bool Enabled { bool get(); void set(bool value); };
public virtual bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Overridable Property Enabled As Boolean
Valor de propiedad
Es true
si el control primario de ToolStripItem está habilitado; de lo contrario, es false
.true
if the parent control of the ToolStripItem is enabled; otherwise, false
. De manera predeterminada, es true
.The default is true
.
Se aplica a
Comentarios
Nos gustaría conocer su opinión. Elija el tipo que desea proporcionar:
Nuestro sistema de comentarios está basado en los problemas de GitHub. Más información en nuestro blog.
Cargando comentarios...