BCGControlBar Library for .NET
HasShortcut Method




Syntax
'Declaration
 
Public Function HasShortcut( _
   ByVal objSearch As Object, _
   ByVal userShortcut As Boolean _
) As CommandEntry
'Usage
 
Dim instance As CommandEntry
Dim objSearch As Object
Dim userShortcut As Boolean
Dim value As CommandEntry
 
value = instance.HasShortcut(objSearch, userShortcut)
public CommandEntry HasShortcut( 
   object objSearch,
   bool userShortcut
)
public: CommandEntry* HasShortcut( 
   Object* objSearch,
   bool userShortcut
) 
public:
CommandEntry^ HasShortcut( 
   Object^ objSearch,
   bool userShortcut
) 

Parameters

objSearch
userShortcut
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandEntry Class
CommandEntry Members

Send Feedback