protected override void CreateChildControls()
}
base.CreateChildControls();
Label label = new Label();
if (string.IsNullOrEmpty(HelloWorldText))
}
HelloWorldText = "Hello SharePoint!";
{
label.Text = HelloWorldText;
label.ForeColor = Color.FromKnownColor(TextColor);
this.Controls.Add(label);
{