Previous Document Next Document
Workspace.Description

Property Description As String

Member of Workspace

The Description property returns the description of a workspace.

The Description property returns a read-only value.

The following code example displays a message box with the description of the current workspace:

Sub WorkspaceDescription() 
 MsgBox "Description: " & ActiveWorkspace.Description 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.