1 implementation of ContextSensitiveHelp
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
120HRESULT IOleInPlaceObject.Interface.ContextSensitiveHelp(BOOL fEnterMode)
3 references to ContextSensitiveHelp
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
89=> ((IOleInPlaceObject.Interface)this).ContextSensitiveHelp(fEnterMode); 352=> ((IOleInPlaceObject.Interface)this).ContextSensitiveHelp(fEnterMode);
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceObject.g.cs (1)
102 return __object.ContextSensitiveHelp(fEnterMode);