Objective Grid for Microsoft® .NET® Reference Guide

GridTabControl Class

Back to Class Index

The GridTabControl control switches between several grid tabs.

For a list of all members of this type, see GridTabControl Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               Panel
                  GridTabControl

[Visual Basic]
Public Class GridTabControl
Inherits Panel
Implements ISupportInitialize, IExtenderProvider
[C#]
public class GridTabControl : Panel, ISupportInitialize, IExtenderProvider

Remarks

The GridTabControl control displays a tab-beam control on the bottom of the control. The functionality of the GridTabControl control is like the functionality of a workbook in Microsoft Excel. Stingray Grid objects and any other objects derived from the Control class controls can be added as tab items.

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

GridTabControl Members | Stingray.Grid Namespace