Compartilhar via


Propriedade RibbonComboBoxAutomationPeer.IsReadOnly

Obtém um valor que indica se RibbonComboBox que está associado esta RibbonComboBoxAutomationPeer é somente leitura

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsReadOnly As Boolean
    Get
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Valor de propriedade

Tipo: System.Boolean
true Se a RibbonComboBox está associado esta RibbonComboBoxAutomationPeer não está ativado. Caso contrário, false.

Implementações

IValueProvider.IsReadOnly

Segurança do .NET Framework

Consulte também

Referência

RibbonComboBoxAutomationPeer Classe

Namespace Microsoft.Windows.Automation.Peers