次の方法で共有


ToggleButton.GetPressed Property

getPressed.Represents the attribte in schema: getPressed

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

Syntax

'宣言
<SchemaAttrAttribute(, "getPressed")> _
Public Property GetPressed As StringValue
    Get
    Set
'使用
Dim instance As ToggleButton
Dim value As StringValue

value = instance.GetPressed

instance.GetPressed = value
[SchemaAttrAttribute(, "getPressed")]
public StringValue GetPressed { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ToggleButton Class

ToggleButton Members

DocumentFormat.OpenXml.Office.CustomUI Namespace