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