Esempio n. 1
0
 int NativeMethods.IOleInPlaceSite.Scroll(NativeMethods.tagSIZE scrollExtant)
 {
     return(NativeMethods.E_NOTIMPL);
 }
Esempio n. 2
0
 public virtual int Scroll(NativeMethods.tagSIZE scrollExtant)
 {
     return(NativeMethods.E_NOTIMPL);
 }
Esempio n. 3
0
 /// <include file='doc\WebBrowserSiteBase.uex' path='docs/doc[@for="WebBrowserSiteBase.UnsafeNativeMethods.IOleInPlaceSite.Scroll"]/*' />
 /// <internalonly/>
 int UnsafeNativeMethods.IOleInPlaceSite.Scroll(NativeMethods.tagSIZE scrollExtant)
 {
     return(NativeMethods.S_FALSE);
 }
Esempio n. 4
0
 public virtual int Scroll(NativeMethods.tagSIZE scrollExtant)
 {
     Debug.WriteLineIf(StyleBuilder.StyleBuilderSwitch.TraceVerbose, "CTridentSite: IOleInPlaceSite::Scroll");
     return(NativeMethods.E_NOTIMPL);
 }