georgepatotk
Contributor
Usually we use
System.Windows.Forms.HorizontalAlignment for TextBox alignment, and
System.Drawing.ContentAlignment for Label alignment.
I am wondering how to make use of System.Drawing.ContentAlignment in TextBox.
Cause now I am faking the TextBox and make it looks like a Label. One of the property of the Label (.TextAlign) is a must in my situation. So, if you know, please helps....
100,000X thanks in advance.. hehe....
System.Windows.Forms.HorizontalAlignment for TextBox alignment, and
System.Drawing.ContentAlignment for Label alignment.
I am wondering how to make use of System.Drawing.ContentAlignment in TextBox.
Cause now I am faking the TextBox and make it looks like a Label. One of the property of the Label (.TextAlign) is a must in my situation. So, if you know, please helps....
100,000X thanks in advance.. hehe....