DesignerTheme.ReadOnly Property

Definition

Gets a value that indicates whether the designer theme is read-only.

C#
[System.ComponentModel.Browsable(false)]
public bool ReadOnly { get; }

Property Value

true if DesignerTheme is read-only; otherwise, false. The default is false.

Attributes

Remarks

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.

Applies to

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