aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/ButtonFocusImage.xsd
blob: 71e453176bd3f503992ce4820fe4c232f84c9b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<element name="ButtonFocusImage">
        <annotation>
            <documentation>
                Defines a button image that is used when the control has focus.
                ButtonImage, ButtonHoverImage, and ButtonSelectedImage are required with ButtonFocusImage.
                If not specified, then the default focus rectangle is drawn on top of ButtonImage.
            </documentation>
        </annotation>
        <complexType>
            <attributeGroup ref="OwnerDrawImageAttributes" />
        </complexType>
    </element>