CT_UpdatePanes Complex Type
In This Topic
Diagram
Overview
|
|
Choice 0..∞
|
|
showLoadingMessage optional xs:boolean
|
|
hasCloseAllButThisCommand optional xs:boolean
|
|
isDropTarget optional xs:boolean
|
|
Choice optional
|
|
assembly optional
|
|
className optional
|
|
publicKeyToken optional
|
|
version optional
| | | |
| |
Used By
Source
<xs:complexType name="CT_UpdatePanes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deletePane" type="CT_Delete" />
<xs:element name="insertPane" type="CT_Pane" />
<xs:element name="updatePane" type="CT_UpdatePane" />
</xs:choice>
</xs:complexType>
|
See Also