UiClass Property

Pageflex Document Action API

Pageflex Document Action API UiClass Property
Namespaces > Pageflex.Scripting > Shape > UiClass
Gets or sets the shape's user interface class, supporting custom user interfaces in online editing sessions.
Syntax
C# Visual Basic Managed C++
public string UiClass { get; set; }
Public Property UiClass As String
public:
String^ UiClass {
	String^ get ();
	void set (String^ value);
}
Remarks
Specifies a String representing the shape's UI class.
Exceptions
Exception Condition
IllegalNameException The UI class name is not a legal XML name.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)