Xwt.LinkLabel.LinkLabel C# (CSharp) Method

LinkLabel() public method

public LinkLabel ( string text ) : System
text string
return System
		public LinkLabel (string text)
		{
			VerifyConstructorCall (this);
			Text = text;
		}

Same methods

LinkLabel::LinkLabel ( ) : System