MonobjcMonobjc Documented Class Library
RedoMenuTitleForUndoActionName Method (actionName)
NamespacesMonobjc.FoundationNSUndoManagerRedoMenuTitleForUndoActionName(NSString)

Returns the complete, localized title of the Redo menu command for the action identified by the given name.

Original signature is '- (NSString *)redoMenuTitleForUndoActionName:(NSString *)actionName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString RedoMenuTitleForUndoActionName(
	NSString actionName
)
Public Overridable Function RedoMenuTitleForUndoActionName ( _
	actionName As NSString _
) As NSString
public:
virtual NSString^ RedoMenuTitleForUndoActionName(
	NSString^ actionName
)
Parameters
actionName (NSString)
The name of the undo action.
Return Value
The localized title of the redo menu item.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)