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