aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/ListView.xsd
blob: 7150c36347a3074ca830663d8786868570a7a58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<element name="ListView">
        <annotation>
            <documentation>Defines a listview.</documentation>
        </annotation>
        <complexType>
            <choice maxOccurs="unbounded">
                <element ref="Column" />
            </choice>
            <attributeGroup ref="CommonControlAttributes" />
            <attribute name="FontId" type="xs:string">
                <annotation>
                    <documentation>Identifier to the Font element that serves as the default font for the ListView.</documentation>
                </annotation>
            </attribute>
            <attribute name="HexExtendedStyle" type="xs:hexBinary">
                <annotation>
                    <documentation>Hexadecimal extended window style.</documentation>
                </annotation>
            </attribute>
            <attribute name="ImageList" type="xs:string">
                <annotation>
                    <documentation>
                        The name of the ImageList to assign to this listview with type LVSIL_NORMAL.
                    </documentation>
                </annotation>
            </attribute>
            <attribute name="ImageListSmall" type="xs:string">
                <annotation>
                    <documentation>
                        The name of the ImageList to assign to this listview with type LVSIL_SMALL.
                    </documentation>
                </annotation>
            </attribute>
            <attribute name="ImageListState" type="xs:string">
                <annotation>
                    <documentation>
                        The name of the ImageList to assign to this listview with type LVSIL_STATE.
                    </documentation>
                </annotation>
            </attribute>
            <attribute name="ImageListGroupHeader" type="xs:string">
                <annotation>
                    <documentation>
                        The name of the ImageList to assign to this listview with type LVSIL_GROUPHEADER.
                    </documentation>
                </annotation>
            </attribute>
        </complexType>
    </element>