var undoActionName : String
The name identifying the undo action.
取り消し動作を識別する名前。
var redoActionName : String
The name identifying the redo action.
やり直し動作を識別する名前。
Availability 有効性
Technology
func setActionName(_ actionName: String
)
actionName
The name of the action. 動作の名前。
If action
is an empty string, the action name currently associated with the menu command is removed. There is no effect if action
is nil
.
action
が空の文字列ならば、現在メニューコマンドと結びつけられた動作名は取り除かれます。action
がnil
ならば効果はありません。
var undoActionName : String
var redoActionName : String