Help.AddLabel C# (CSharp) Method

AddLabel() private method

Creates and adds a new label to the active page.
private AddLabel ( string contents ) : Label,
contents string The label contents.
return Label,
    private Label AddLabel(string contents)
    {
        return Master.Main.AddLabel(contents);
    }