UnsizedDynamicMenu.InvalidateContentOnDrop Property
invalidateContentOnDrop.Represents the attribte in schema: invalidateContentOnDrop
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "invalidateContentOnDrop")> _
Public Property InvalidateContentOnDrop As BooleanValue
Get
Set
'Применение
Dim instance As UnsizedDynamicMenu
Dim value As BooleanValue
value = instance.InvalidateContentOnDrop
instance.InvalidateContentOnDrop = value
[SchemaAttrAttribute(, "invalidateContentOnDrop")]
public BooleanValue InvalidateContentOnDrop { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue