MonobjcMonobjc Documented Class Library
RedoActionName Property
NamespacesMonobjc.FoundationNSUndoManagerRedoActionName

Returns the name identifying the redo action.

Original signature is '- (NSString *)redoActionName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString RedoActionName { get; }
Public Overridable ReadOnly Property RedoActionName As NSString
	Get
public:
virtual property NSString^ RedoActionName {
	NSString^ get ();
}
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)