var undoActionName : String
The name identifying the undo action.
取り消し動作を識別する名前。
func setActionName (String)
Sets the name of the action associated with the Undo or Redo command.
「取り消す」または「やり直す」コマンドと結びつけられた動作の名前を設定します。
Availability 有効性
Technology
var redoActionName: String
{ get }
The redo action name. Returns an empty string (@""
) if no action name has been assigned or if there is nothing to redo.
やり直し動作の名前。空の文字列(@""
)を返します、もし動作名が割り当てられていないならばまたはもしやり直すものが何もないならば
For example, if the menu title is “Redo Delete,” the string returned is “Delete.” 例えば、メニュータイトルが “Redo Delete” であるならば、返される文字列は “Delete” です。
var undoActionName : String
func setActionName (String)