FormStaticTextControl.allowEdit Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| allowEdit() | Determines whether the user can change the contents of the control. | 
| allowEdit(Boolean) | 
allowEdit()
Determines whether the user can change the contents of the control.
public:
 override bool allowEdit();public override bool allowEdit();override this.allowEdit : unit -> boolPublic Overrides Function allowEdit () As BooleanReturns
true if the control can be edited; otherwise, false.
Remarks
When this property is set on a container control, modifications are disabled or enabled for all controls in the container.