Sets a value indicating whether tabs can be rearranged interactively.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setAllowTabReorder ( |
true to allow interactive tab reordering; otherwise, false. The default is false.
RemarksMoving a tab also changes the position of its associated DiagramPage within the document's Pages collection.
See Also