public Page[] OpenedPages {get;}
public: property array<Page^>^ OpenedPages { array<Page^>^ get(); }
public Page[] OpenedPages {get;}
public: property array<Page^>^ OpenedPages { array<Page^>^ get(); }
This property returns the page currently selected in GED as the first element in the array.
Note that if LockSelectionByDefault is true
then only objects from projects open in read-write mode will be locked.