ToolStrip.IsDropDown Propiedad
Definición
Obtiene un valor que indica si un ToolStrip es un control ToolStripDropDown.Gets a value indicating whether a ToolStrip is a ToolStripDropDown control.
public:
property bool IsDropDown { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsDropDown { get; }
member this.IsDropDown : bool
Public ReadOnly Property IsDropDown As Boolean
Valor de propiedad
Es true
si ToolStrip es un control ToolStripDropDown; en caso contrario, es false
.true
if the ToolStrip is a ToolStripDropDown control; otherwise, false
.
- Atributos