BasicNoUIObjDefaultMacroName Property |
Gets or sets the default name for new macros.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic string DefaultMacroName { get; set; }
Public Property DefaultMacroName As String
Get
Set
public:
property String^ DefaultMacroName {
String^ get ();
void set (String^ value);
}
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