Previous Document Next Document
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 code example displays the number of objects which are currently selected.

Sub Test() 
 MsgBox "There are currently " & ActiveDocument.SelectionInfo.Count 
& _ 
  " objects selected." 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.