Freigeben über


RibbonComboBoxAutomationPeer.IsReadOnly-Eigenschaft

Ruft einen Wert ab, der angibt, ob das RibbonComboBox, das diesem RibbonComboBoxAutomationPeer zugeordnet ist, schreibgeschützt ist.

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

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Boolean
true , wenn RibbonComboBox, das diesem RibbonComboBoxAutomationPeer zugeordnet ist, nicht aktiviert ist. Andernfalls false.

Implementiert

IValueProvider.IsReadOnly

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonComboBoxAutomationPeer Klasse

Microsoft.Windows.Automation.Peers-Namespace