Shape.MacroName

Shape.MacroName property

Gets and sets the name of macro.

public string MacroName { get; set; }

Examples


[C#]
//Sets the name of macro.
shape.MacroName = "DoWork()";

See Also