Click or drag to resize

BasicNoUIObjDefaultMacroName Property

Gets or sets the default name for new macros.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public string DefaultMacroName { get; set; }

Property Value

String
The default name for new macros.
Remarks
File|New Module|Macro creates a new macro.

The default value is "Macro", where "Macro" has been localized using the current locale.

See Also