blob: a49710b5586ed27790c7a28945123f844f1da329 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<element name="ButtonSelectedImage">
<annotation>
<documentation>
Defines a button image that is used when the control is selected.
ButtonImage and ButtonHoverImage are required with ButtonSelectedImage.
</documentation>
</annotation>
<complexType>
<attributeGroup ref="OwnerDrawImageAttributes" />
</complexType>
</element>
|