LabelControl.Enabled-Eigenschaft
enabled.Represents the attribte in schema: enabled
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "enabled")> _
Public Property Enabled As BooleanValue
Get
Set
'Usage
Dim instance As LabelControl
Dim value As BooleanValue
value = instance.Enabled
instance.Enabled = value
[SchemaAttrAttribute(, "enabled")]
public BooleanValue Enabled { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.BooleanValue