HasOverflow Property

Pageflex Document Action API

Pageflex Document Action API HasOverflow Property
Namespaces > Pageflex.Scripting > TextBox > HasOverflow
Tests whether any visible content did not fit in this text container.
Syntax
C# Visual Basic Managed C++
public bool HasOverflow { get; }
Public ReadOnly Property HasOverflow As Boolean
public:
virtual bool HasOverflow {
	bool get () sealed;
}
Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)