var redoMenuItemTitle : String
The complete title of the Redo menu command, for example, “Redo Paste.”
「やり直す」メニューコマンドの完全なタイトル、例えば、“Redo Paste”。
func undoMenuTitle (forUndoActionName : String) -> String
Returns the complete, localized title of the Undo menu command for the action identified by the given name.
与えられた名前によって識別されるアクションに対する「取り消し」メニューコマンドの完全な、ローカライズされたタイトルを返します。
func redoMenuTitle (forUndoActionName : String) -> String
Returns the complete, localized title of the Redo menu command for the action identified by the given name.
与えられた名前によって識別されるアクションに対する「やり直す」メニューコマンドの完全な、ローカライズされたタイトルを返します。