ImageEditOptions Properties
Provides options that define whether and how a picture box‘s content can be edited in Print Preview.| Name | Description |
|---|---|
| EditorName | Specifies the name of an editor used to edit the PictureBox control’s content in Print Preview. |
| Enabled | Specifies whether editing a control’s content in Print Preview is enabled. Inherited from EditOptions. |
| ID | Specifies the unique identifier of edit options. Inherited from EditOptions. |
| ReadOnly | Specifies whether an editor for customizing a control’s content in Print Preview is enabled. Inherited from EditOptions. |
See Also