PDA

View Full Version : Range IsEditable



Adamski
05-25-2011, 09:09 AM
How do I test if the selection is in an editable part of the document?
Not in a locked ContentControl.
Not in a Group ContentControl.
Not in a protected section.
Any more???

Thanks.

macropod
05-26-2011, 04:22 AM
Hi Adamski,

You can't select anything in a protected Section except for editable formfields etc ...

Adamski
05-26-2011, 07:12 AM
You can select text in Group ContentControls and ContentControls which are locked for editing though. So I just need to test if the selection is in one of these then? I thought there may be some selection property since many ribbon buttons are disabled enabled as the selection is moved.