Share via


NoNamespace.invalidateContentOnDrop Field

Definition

Represents the invalidateContentOnDrop XML attributes.

public static readonly System.Xml.Linq.XName invalidateContentOnDrop;
 staticval mutable invalidateContentOnDrop : System.Xml.Linq.XName
Public Shared ReadOnly invalidateContentOnDrop As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: comboBox, dynamicMenu, gallery, comboBox, dynamicMenu, gallery.
  • corresponds to the following strongly-typed properties: ComboBox.InvalidateContentOnDrop, DynamicMenu.InvalidateContentOnDrop, DynamicMenuRegular.InvalidateContentOnDrop, Gallery.InvalidateContentOnDrop, GalleryRegular.InvalidateContentOnDrop, UnsizedDynamicMenu.InvalidateContentOnDrop, UnsizedGallery.InvalidateContentOnDrop.

Applies to