 | ICommenceDatabaseShowDesktop Method |
Opens the specified desktop in Commence.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool ShowDesktop(
string desktopName
)
Function ShowDesktop (
desktopName As String
) As Boolean
Parameters
- desktopName
- Type: SystemString
Commence desktop name.
Return Value
Type:
Booleantrue on success, inspect
GetLastError on failure.
See Also