ShellSystemListContextSensitiveHelp Method |
IOleWindow interface implementation (http://msdn.microsoft.com/en-us/library/ms680102(VS.85).aspx)
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int ContextSensitiveHelp(
bool fEnterMode
)
Public Function ContextSensitiveHelp (
fEnterMode As Boolean
) As Integer
public:
virtual int ContextSensitiveHelp(
bool fEnterMode
) sealed
abstract ContextSensitiveHelp :
fEnterMode : bool -> int
override ContextSensitiveHelp :
fEnterMode : bool -> int Parameters
- fEnterMode Boolean
- not used.
Return Value
Int32S_OK always in the current implementation
See Also