ConstrainSelectionAndEditing Property

Pageflex Document Action API

Pageflex Document Action API ConstrainSelectionAndEditing Property
Namespaces > Pageflex.Scripting > Shape > ConstrainSelectionAndEditing
Gets or sets whether selection and editing of the shape should be prevented during an online editing session.
Syntax
C# Visual Basic Managed C++
public bool ConstrainSelectionAndEditing { get; set; }
Public Property ConstrainSelectionAndEditing As Boolean
public:
bool ConstrainSelectionAndEditing {
	bool get ();
	void set (bool value);
}
Remarks
Specifies trueTruetrue if selection and editing of the shape should be prevented during an online editing session, or falseFalsefalse if selection and editing should be allowed.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)