PrimaryItem.BackstageRegularButton Property
BackstageRegularButton.Represents the element tag in schema: mso14:button
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property BackstageRegularButton As BackstageRegularButton
Get
Set
'Usage
Dim instance As PrimaryItem
Dim value As BackstageRegularButton
value = instance.BackstageRegularButton
instance.BackstageRegularButton = value
public BackstageRegularButton BackstageRegularButton { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton