ISubformBar Properties |
The ISubformBar type exposes the following members.
Name | Description | |
---|---|---|
ClientID |
The SubformBar client-side ID.
| |
Count |
The number of items in the SubformBar.
| |
CurrentItem |
The active item.
| |
HasOptionalItems |
Gets/sets whether or not this subform has items that can be shown/hidden by the user.
If the subform has optional items (regardless of whether any are currently shown), an icon
button will be provided for showing/hiding the optional tabs.
| |
HideMinMax |
Gets/sets whether or not to hide the Min/Max button.
| |
ID |
The SubformBar ID.
| |
MOP |
The MOP for the page hosting this subform.
| |
MultiScroll |
The number of items to scroll when user clicks the multiscroll button. The default is 4.
| |
OpenFirstItem |
Automatically open the first item in the SubformBar.
| |
SuppressAlt |
Gets/sets whether or not ALT attributes should be suppressed.
| |
UsesScreenReader |
Gets/sets whether or not the user is using a screen reader for the visually impaired.
| |
Visible |
True if SubformBar should be visible, else False.
|