Compartir a través de


DropDownRegular.ShowItemImage Property

showItemImage.Represents the attribte in schema: showItemImage

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "showItemImage")> _
Public Property ShowItemImage As BooleanValue
    Get
    Set
'Uso
Dim instance As DropDownRegular
Dim value As BooleanValue

value = instance.ShowItemImage

instance.ShowItemImage = value
[SchemaAttrAttribute(, "showItemImage")]
public BooleanValue ShowItemImage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

DropDownRegular Class

DropDownRegular Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace