Object Model Reference : Classes : D : Document : Properties : Document.SelectionInfo |
Property SelectionInfo As SelectionInfo
Member of Document
The SelectionInfo property returns a SelectionInfo object.
The SelectionInfo property returns a read-only value.
The following VBA example displays the number of objects which are currently selected.
Sub Test() |
MsgBox "There are currently " & ActiveDocument.SelectionInfo.Count & _ |
" objects selected." |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.