|
-
Feb 2nd, 2005, 06:52 AM
#1
Thread Starter
Member
Moving errorprovider icon to left side?
Hi, I'm validating some labels using ErrorProvider. It produces a neat notification icon on the right side of the label control.
Is there a way to show the icon on the left hand side of the label control instead?
-
Feb 2nd, 2005, 07:09 AM
#2
Hyperactive Member
Re: Moving errorprovider icon to left side?
VB Code:
errorProvider1.SetIconAlignment(Label1, System.Windows.Forms.ErrorIconAlignment.MiddleLeft )
errorProvider1.SetError(Label1, "Testing");
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
Feb 2nd, 2005, 07:41 AM
#3
Thread Starter
Member
Re: Moving errorprovider icon to left side?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|