Compartir a través de


RibbonComboBoxAutomationPeer.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si el objeto RibbonComboBox asociado a este objeto RibbonComboBoxAutomationPeer es de solo lectura.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valor de propiedad

Boolean

Es true si el objeto RibbonComboBox asociado a RibbonComboBoxAutomationPeer no está habilitado; de lo contrario, false.

Implementaciones

Se aplica a