[]
Represents information about the command bar in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CommandBarInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class CommandBarInfo
Implements ISerializeSupport
| Name | Description |
|---|---|
| CommandBarInfo() | Creates a new CommandBarInfo object. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of the command bar of the Spread component. |
| Background | Gets or sets gradient style information for the command bar of a Spread component. |
| ButtonFaceColor | Gets or sets the background color of buttons on the command bar of the Spread component. |
| ButtonHighlightColor | Gets or sets the color of the top and left borders of buttons on the command bar of the Spread component. |
| ButtonShadowColor | Gets or sets the color of the bottom and right borders of buttons on the command bar of the Spread component. |
| ButtonTextColor | Gets or sets the text color of buttons on the command bar of the Spread component. |
| ButtonType | Gets or sets the type of button on the command bar of the Spread component. |
| Font | Gets or sets the font for the sheet name tab text and button text in the command bar of the Spread component. |
| ImageButtonHoverColor | Gets or sets the hover color buttons in the command bar of the Spread component. |
| ShowExcelButton | Gets or sets whether to display the save Excel button. |
| ShowExcelSecurityPopup | Gets or sets whether to display the Excel password popup. |
| ShowPDFButton | Gets or sets whether to display the print PDF button. |
| ShowPDFSecurityPopup | Gets or sets whether to display the PDF password popup. |
| Theme | Gets or sets the appearance theme of image buttons on the command bar and pager of a Spread component. |
| UseSheetSkin | Gets or sets whether to keep the same appearance with ActiveSheetView.ActiveSkin. |
| Visible | Gets or sets whether the Spread component displays the command bar. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the command bar information from XML. |
| Reset() | Sets the properties of a command bar of the Spread component to their default values. |
| Serialize(XmlTextWriter) | Saves the command bar information to XML. |