ComponentOne Windows 7 Control Pack for WinForms
RemoveShortcutFromStartMenu Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : RemoveShortcutFromStartMenu Method
The application name as it appears on the Start Menu.
Removes the shortcut from the user's Start Menu.
Syntax
Public Sub RemoveShortcutFromStartMenu( _
   Optional ByVal appName As String _
) 
Dim instance As C1TaskbarButton
Dim appName As String
 
instance.RemoveShortcutFromStartMenu(appName)
public void RemoveShortcutFromStartMenu( 
   string appName
)
public:
void RemoveShortcutFromStartMenu( 
   String^ appName
) 

Parameters

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

Reference

C1TaskbarButton Class
C1TaskbarButton Members