Re: IsMirrored property - what is this?



dgk,
Using the Index in Help for IsMirrored, leads you to:

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.ismirrored.aspx

Which isn't that helpful, however searching Google for "mirrored controls",
leads you to:

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.ismirrored.aspx

Which I find significantly more helpful.

I would say in short "IsMirrored" tells you if the Control is mirrored (as
if you placed it on the edge of a mirror) Right to Left as opposed to the
normal Left to Right.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


<dgk@xxxxxxxxxxxxx> wrote in message
news:afs3o15k75e8l10pm9m6td8mgn089bsou5@xxxxxxxxxx
| I'm searching for a way to determine if control values have changed.
| For some it's easy, such as TextBox.Modified. But looking at the
| radiobutton I come across IsMirrored. Curious, I look to the help. Not
| very helpful. So I look to the newsgroup. Not mentioned. So now I ask.
| What does the IsMirrored property tell me?


.