DatePickerAutomationPeer.IValueProvider.IsReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies whether the value of a control is read-only.
property bool System::Windows::Automation::Provider::IValueProvider::IsReadOnly { bool get(); };
bool System.Windows.Automation.Provider.IValueProvider.IsReadOnly { get; }
member this.System.Windows.Automation.Provider.IValueProvider.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IValueProvider.IsReadOnly
Property Value
true
if the value is read-only; false
if it can be modified.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the DatePickerAutomationPeer instance is cast to an IValueProvider interface.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.