DisplayState.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 indicating whether this DisplayState and its child views and paths can be modified.
public:
property bool IsReadOnly { bool get(); };
bool IsReadOnly();
public bool IsReadOnly { get; }
var boolean = displayState.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Boolean
bool
true
if this DisplayState and its child views and paths cannot be modified, otherwise false
.
Remarks
To take ownership of targets and create modifiable subset of this state object, use DisplayManager.TryAcquireTargetsAndCreateSubstate.