次の方法で共有


VisibleButton.Enabled Property

enabled.Represents the attribte in schema: enabled

Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "enabled")> _
Public Property Enabled As BooleanValue
    Get
    Set
'使用
Dim instance As VisibleButton
Dim value As BooleanValue

value = instance.Enabled

instance.Enabled = value
[SchemaAttrAttribute(, "enabled")]
public BooleanValue Enabled { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

VisibleButton Class

VisibleButton Members

DocumentFormat.OpenXml.Office.CustomUI Namespace