DesignerTheme.ReadOnly Property
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 indicates whether the designer theme is read-only.
public:
property bool ReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool ReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ReadOnly : bool
Public ReadOnly Property ReadOnly As Boolean
true
if DesignerTheme is read-only; otherwise, false
. The default is false
.
- Attributes
If the WorkflowTheme that the DesignerTheme is initialized with is not a null reference (Nothing
in Visual Basic), ReadOnly obtains its value from the WorkflowTheme.ReadOnly property. If the WorkflowTheme is a null reference (Nothing
), ReadOnly is false
.
If the WorkflowTheme is assigned to the WorkflowTheme.CurrentTheme, the ReadOnly property is set to true
, and properties on all designer themes associated with this theme cannot be changed. If required, properties can be set after loading the theme but before assigning it to the CurrentTheme.
Produkt | Wersje |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: