aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/ButtonHoverImage.xsd
blob: 52cdb8b692e6ec1b8759a3a266596b10dc767d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
<element name="ButtonHoverImage">
        <annotation>
            <documentation>
                Defines a button image that is used when the control is hovered over.
                ButtonImage and ButtonSelectedImage are required with ButtonHoverImage.
            </documentation>
        </annotation>
        <complexType>
            <attributeGroup ref="OwnerDrawImageAttributes" />
        </complexType>
    </element>