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

In This Topic
    RemoveShortcutFromStartMenu Method
    In This Topic
    Removes the shortcut from the user's Start Menu.
    Syntax
    'Declaration
     
    
    Public Sub RemoveShortcutFromStartMenu( _
       Optional ByVal appName As String _
    ) 
    public void RemoveShortcutFromStartMenu( 
       string appName
    )

    Parameters

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