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