Click or drag to resize

ISubformBar Interface

The subform interface provides access to the programmable elements of the platform SubformBar component. Only the single SubformBar implementation is expected.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ISubformBar

The ISubformBar type exposes the following members.

Properties
  NameDescription
Public propertyClientID
The SubformBar client-side ID.
Public propertyCount
The number of items in the SubformBar.
Public propertyCurrentItem
The active item.
Public propertyHasOptionalItems
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.
Public propertyHideMinMax
Gets/sets whether or not to hide the Min/Max button.
Public propertyID
The SubformBar ID.
Public propertyMOP
The MOP for the page hosting this subform.
Public propertyMultiScroll
The number of items to scroll when user clicks the multiscroll button. The default is 4.
Public propertyOpenFirstItem
Automatically open the first item in the SubformBar.
Public propertySuppressAlt
Gets/sets whether or not ALT attributes should be suppressed.
Public propertyUsesScreenReader
Gets/sets whether or not the user is using a screen reader for the visually impaired.
Public propertyVisible
True if SubformBar should be visible, else False.
Top
Methods
  NameDescription
Public methodAdd
Add an item to the SubformBar.
Public methodAddToPage
Add this SubformBar to a page.
Top
See Also