Spread for ASP.NET 7.0 Product Documentation
CommandBarInfo Class
Members  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : CommandBarInfo Class


Glossary Item Box

Represents information about the command bar in the Spread component.

Object Model

CommandBarInfo ClassBackground Class

Syntax

Visual Basic (Declaration) 
Public Class CommandBarInfo 
   Implements FarPoint.Web.Spread.Model.ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As CommandBarInfo
C# 
public class CommandBarInfo : FarPoint.Web.Spread.Model.ISerializeSupport  

Remarks

The command bar is a tool bar that is displayed at the bottom of the component when the Visible property is set to true. This bar includes the sheet name tabs (TabInfo) and command buttons. By default, page navigation aids (PagerInfo) are also displayed on the command bar but can be repositioned or not displayed on the command bar.

The command buttons provided in the command bar change if you set the EnableClientScript property to false for the component. Fewer buttons are displayed, due to the limitations of not providing scripting on the client.

Inheritance Hierarchy

System.Object
   FarPoint.Web.Spread.CommandBarInfo

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.