ComponentOne Windows 7 Control Pack for WinForms
ShortcutExistsInStartMenu Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ShortcutExistsInStartMenu Method
The application name as it appears on the Start Menu.
Gets a value indicating if the shortcut is created on the user's Start Menu.
Syntax
Public Function ShortcutExistsInStartMenu( _
   Optional ByVal appName As String _
) As Boolean
Dim instance As C1TaskbarButton
Dim appName As String
Dim value As Boolean
 
value = instance.ShortcutExistsInStartMenu(appName)
public bool ShortcutExistsInStartMenu( 
   string appName
)
public:
bool ShortcutExistsInStartMenu( 
   String^ appName
) 

Parameters

appName
The application name as it appears on the Start Menu.

Return Value

True, if the shortcut is created on the Start Menu.
See Also

Reference

C1TaskbarButton Class
C1TaskbarButton Members