UndoStack.GetRedoDescription
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
UndoStack.GetRedoDescription
Syntax
UndoStack.GetRedoDescription( acceleratorPrefix)
Return Value
Purpose
Returns the menu item text describing the next redo operation.
Parameters
acceleratorPrefix As String
[In] Specifies the character(s) you want to precede the accelerator character, if one exists, in the description the method returns. The accelerator prefix for menu items and button labels varies according to the programming environment. For example, LabVIEW uses "_", LabWindows/CVI uses "__", and Microsoft Visual C++/Visual Basic use "&".