Share via


Backstage.OnShow Property

onShow.Represents the attribte in schema: onShow

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

Syntax

'Declaration
<SchemaAttrAttribute(, "onShow")> _
Public Property OnShow As StringValue
    Get
    Set
'Usage
Dim instance As Backstage
Dim value As StringValue

value = instance.OnShow

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Backstage Class

Backstage Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace