MSO.gallery Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the mso:gallery XML elements.
public static readonly System.Xml.Linq.XName gallery;
staticval mutable gallery : System.Xml.Linq.XName
Public Shared ReadOnly gallery As XName
Field Value
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, group, menu, officeMenu.
- has the following child XML elements: button, item.
- has the following XML attributes: columns, description, enabled, getDescription, getEnabled, getImage, getItemCount, getItemHeight, getItemID, getItemImage, getItemLabel, getItemScreentip, getItemSupertip, getItemWidth, getKeytip, getLabel, getScreentip, getSelectedItemID, getSelectedItemIndex, getShowImage, getShowLabel, getSize, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, invalidateContentOnDrop, itemHeight, itemWidth, keytip, label, onAction, rows, screentip, showImage, showItemImage, showItemLabel, showLabel, size, sizeString, supertip, tag, visible.
- corresponds to the following strongly-typed classes: Gallery, UnsizedGallery.