TextPatternIdentifiers.IsReadOnlyAttribute Fält

Definition

Identifierar attributet för IsReadOnly ett textintervall.

public: static initonly System::Windows::Automation::AutomationTextAttribute ^ IsReadOnlyAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute IsReadOnlyAttribute;
 staticval mutable IsReadOnlyAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly IsReadOnlyAttribute As AutomationTextAttribute 

Fältvärde

Kommentarer

Det skrivskyddade tillståndet för dokumentet som är associerat med det anropande textintervallet.

Note

Om ett dokument eller en fil är skrivskyddad, men du fortfarande kan redigera det och spara det som en annan fil, anses texten inte vara skrivskyddad.

Den här identifieraren används av UI Automation providrar. UI Automation klientprogram bör använda motsvarande fält i TextPattern.

Värden för det här attributet är av typen Boolean.

Standardvärdet är false.

Gäller för

Se även