<xs:element minOccurs="0" name="ButtonToolbarDefault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="ButtonToolbarDefaultString" type="xs:string" />
<xs:element minOccurs="0" name="ButtonToolbarDefaultFont" type="Font" />
</xs:all>
<xs:attribute name="TextColor" type="Color" use="optional" />
<xs:attribute name="BackColor" type="Color" use="optional" />
<xs:attribute name="PenWidth" type="xs:integer" use="optional" />
<xs:attribute name="Locked" type="xs:boolean" use="optional" />
<xs:attribute name="AutoSize" type="AutoSize" use="optional" />
<xs:attribute name="Visible" type="xs:boolean" use="optional" />
<xs:attribute name="BevelLightColor" type="Color" use="optional" />
<xs:attribute name="BevelShadowColor" type="Color" use="optional" />
<xs:attribute name="ShowHandles" type="xs:boolean" use="optional" />
<xs:attribute name="Moveable" type="xs:boolean" use="optional" />
<xs:attribute name="Selected" type="xs:boolean" use="optional" />
<xs:attribute name="Sizeable" type="xs:boolean" use="optional" />
<xs:attribute name="Fixed" type="xs:boolean" use="optional" />
</xs:complexType>
</xs:element>
|