<propertySheet> represents a property sheet. Currently, there is exactly one
<propertySheet> per dialog, and it is the only child of the
<form> element.
Attributes
The attributes for this element are described below:
- name
- Unique ID for this control.
- property
- The internal name of the associated item property. Currently, this must be a text-valued property.
- top
- Top-most Y coordinate.
- left
- Left-most X coordinate.
- width
- Width of the control.
- height
- Height of the control.
- position
- Position of the item, relative to the associated control:
above,
below,
left, or
right. When resizing the form, the associated control is moved and resized according to the values of its auto-move and auto-size attributes, and then the item is repositioned relative to the new control size and position.
Children
Contains one or more
<propertyPage> elements.