CustomPropertyEditors.ShowOnOpen Property
ShowOnOpen.Represents the element tag in schema: cdip:showOnOpen
Namespace: DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ShowOnOpen As ShowOnOpen
Get
Set
'Usage
Dim instance As CustomPropertyEditors
Dim value As ShowOnOpen
value = instance.ShowOnOpen
instance.ShowOnOpen = value
public ShowOnOpen ShowOnOpen { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen
See Also
Reference
DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel Namespace