[]
        
(Showing Draft Content)

GC.Spread.Sheets.StatusBar.StatusItem.IStatusItemOptions

Interface: IStatusItemOptions

StatusBar.StatusItem.IStatusItemOptions

Table of contents

Properties

Properties

align

Optional align: AlignType

Control the item alignment on statusbar. The value is 'left' or 'right'.


Optional menuContent: string

The menuContent displayed left on context menu which represent current item.


showStatusInContexMenu

Optional showStatusInContexMenu: boolean

Whether show the status on right of context menu.


tipText

Optional tipText: string

The tip text displayed when mouse over the item. Show the description for the item.


value

Optional value: any

The value displayed on status bar and on right of context menu to represent the status of current item.


visible

Optional visible: boolean

1.The visibility of current item on statusbar. 2.The checked status of current item on context menu.