ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / ShortcutExistsInStartMenu Method
The application name as it appears on the Start Menu.

In This Topic
    ShortcutExistsInStartMenu Method
    In This Topic
    Gets a value indicating if the shortcut is created on the user's Start Menu.
    Syntax
    'Declaration
     
    
    Public Function ShortcutExistsInStartMenu( _
       Optional ByVal appName As String _
    ) As Boolean
    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