aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/thmutil/CloseWindowAction.xsd
blob: 9ad59c927822e6847b5218fe094a974cf15b149a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<element name="CloseWindowAction">
        <annotation>
            <documentation>
                When the button is pressed, the WM_CLOSE message is sent to the window.
            </documentation>
        </annotation>
        <complexType>
            <attribute name="Condition" type="xs:string">
                <annotation>
                    <documentation>
                        The condition that determines if the parent control will execute this action.
                    </documentation>
                </annotation>
            </attribute>
        </complexType>
    </element>