CVMENUST Function
The CVMENUST function is designed to be used exclusively within the State Calculation field of a Button Cell.
Syntax
CVMENUST(Action)
Parameters
Action | Description |
---|---|
ApplicationOptions | Opens the Application Options dialog |
ArrangeIcons | Arranges the icons of minimized windows in MDI mode |
CascadeWindows | Cascades windows in MDI mode |
ConfigureDiagnostics | Opens the Diagnostics Configuration dialog |
DocumentSettings | Opens the Document Settings dialog |
ExportHTML | Saves the document as an HTML file |
HighlightIssues | Turns Highlight Issues on with all issue types selected |
ListDiagnostics | Opens the Diagnostics List dialog |
NewWindow | Opens another instance of the current window in MDW mode |
PageSetup | Opens the Page Setup dialog |
Preferences | Opens the Preferences dialog |
Opens the Print dialog | |
PrintPreview | Opens Print Preview |
Rounding | Opens the Rounding dialog |
SpellCheck | Opens the Spell Checker dialog |
TileWindowsHorizontally | Tiles windows horizontally in MDI mode |
TileWindowsVertically | Tiles windows vertically in MDI mode |
ViewCarryFwd | Opens the Carry Forward header |
ViewHF | Opens the Header/Footer dialog |
XBRLGlobal | Opens the XBRL Global Settings dialog |
XBRLReview | Turns on XBRL Review |
The following actions will only work in the main document.
Action |
Description |
---|---|
Annotations |
Opens the Annotation dialog |
AttachHF |
Opens the Attach Header/Footer dialog |
InsertCell |
Opens the New Cell or Edit Cell dialog |
InsertColumnBreak |
Inserts a Column Break |
InsertExtDocument |
Opens the External Document dialog |
InsertGraph |
Opens the Graph Properties dialog |
InsertHyperlink |
Opens the Hyperlinks dialog |
InsertLineStyle |
Opens the Line Style dialog |
InsertNoteNum |
Opens the Note Number Properties dialog |
InsertNoteNumRef |
Opens the Note Number Reference dialog |
InsertObject |
Opens the Insert Object dialog |
InsertPageBreak |
Opens the Page Break dialog |
InsertPageNumRef |
Opens the Page Number Reference dialog |
InsertPageNum |
Opens the Page Number dialog |
InsertPicture |
Opens the Picture Object dialog |
InsertSubDocument |
Opens the Sub-Document dialog |
SplitWindowHorizontally |
Splits or unsplits the main window horizontally |
SplitWindowVertically |
Splits or unsplits the main window vertically |
TableCreate |
Opens the Create Table dialog |
TableDelete |
Deletes a table |
TableInsRow |
Opens the Insert Row dialog |
TableInsCol |
Opens the Insert Column dialog |
TableDelRow |
Deletes a row |
TableDelCol |
Deletes a column |
TableMergeSquares |
Merges multiple table squares |
TableUnmergeSquares |
Unmerges a merged table square |
TableProperties |
Opens the Table Properties dialog |
Example | Description |
---|---|
CVMenuSt("InsertSubDocument") |
Returns 1 if inserting a sub document at the cursor position is permitted and 0 if not. |