2.1.2 ActiveNote


Description

Syntax

VB: Property Get/Set ActiveNote As Note
C++: Note ActiveNote
C#: Note ActiveNote

Parameters

Remark

Examples

Python

import OriginExt as O
app = O.Application(); app.Visible = app.MAINWND_SHOW
pageName = app.CreatePage(app.OPT_NOTES)
print(pageName + " == " + app.ActiveNote.Name + "? ", pageName == app.ActiveNote.Name)

Version Information

8.0SR2

See Also