C# Class Microsoft.Identity.Client.CustomWebBrowser.CustomSite

Inheritance: WebBrowserSite, NativeWrapper.IDocHostUIHandler, ICustomQueryInterface
ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method Description
CustomSite ( System.Windows.Forms.WebBrowser host ) : System
EnableModeless ( bool fEnable ) : int
FilterDataObject ( System pDO, System &ppDORet ) : int
GetDropTarget ( NativeWrapper pDropTarget, NativeWrapper &ppDropTarget ) : int
GetExternal ( object &ppDispatch ) : int
GetHostInfo ( NativeWrapper info ) : int
GetInterface ( System.Guid &iid, IntPtr &ppv ) : CustomQueryInterfaceResult
GetOptionKeyPath ( string pbstrKey, int dw ) : int
HideUI ( ) : int
OnDocWindowActivate ( bool fActivate ) : int
OnFrameWindowActivate ( bool fActivate ) : int
ResizeBorder ( NativeWrapper rect, NativeWrapper doc, bool fFrameWindow ) : int
ShowContextMenu ( int dwID, NativeWrapper pt, object pcmdtReserved, object pdispReserved ) : int
ShowUI ( int dwID, NativeWrapper activeObject, NativeWrapper commandTarget, NativeWrapper frame, NativeWrapper doc ) : int
TranslateAccelerator ( NativeWrapper &msg, System.Guid &group, int nCmdID ) : int
TranslateUrl ( int dwTranslate, string strUrlIn, string &pstrUrlOut ) : int
UpdateUI ( ) : int

Method Details

CustomSite() public method

public CustomSite ( System.Windows.Forms.WebBrowser host ) : System
host System.Windows.Forms.WebBrowser
return System

EnableModeless() public method

public EnableModeless ( bool fEnable ) : int
fEnable bool
return int

FilterDataObject() public method

public FilterDataObject ( System pDO, System &ppDORet ) : int
pDO System
ppDORet System
return int

GetDropTarget() public method

public GetDropTarget ( NativeWrapper pDropTarget, NativeWrapper &ppDropTarget ) : int
pDropTarget NativeWrapper
ppDropTarget NativeWrapper
return int

GetExternal() public method

public GetExternal ( object &ppDispatch ) : int
ppDispatch object
return int

GetHostInfo() public method

public GetHostInfo ( NativeWrapper info ) : int
info NativeWrapper
return int

GetInterface() public method

public GetInterface ( System.Guid &iid, IntPtr &ppv ) : CustomQueryInterfaceResult
iid System.Guid
ppv System.IntPtr
return CustomQueryInterfaceResult

GetOptionKeyPath() public method

public GetOptionKeyPath ( string pbstrKey, int dw ) : int
pbstrKey string
dw int
return int

HideUI() public method

public HideUI ( ) : int
return int

OnDocWindowActivate() public method

public OnDocWindowActivate ( bool fActivate ) : int
fActivate bool
return int

OnFrameWindowActivate() public method

public OnFrameWindowActivate ( bool fActivate ) : int
fActivate bool
return int

ResizeBorder() public method

public ResizeBorder ( NativeWrapper rect, NativeWrapper doc, bool fFrameWindow ) : int
rect NativeWrapper
doc NativeWrapper
fFrameWindow bool
return int

ShowContextMenu() public method

public ShowContextMenu ( int dwID, NativeWrapper pt, object pcmdtReserved, object pdispReserved ) : int
dwID int
pt NativeWrapper
pcmdtReserved object
pdispReserved object
return int

ShowUI() public method

public ShowUI ( int dwID, NativeWrapper activeObject, NativeWrapper commandTarget, NativeWrapper frame, NativeWrapper doc ) : int
dwID int
activeObject NativeWrapper
commandTarget NativeWrapper
frame NativeWrapper
doc NativeWrapper
return int

TranslateAccelerator() public method

public TranslateAccelerator ( NativeWrapper &msg, System.Guid &group, int nCmdID ) : int
msg NativeWrapper
group System.Guid
nCmdID int
return int

TranslateUrl() public method

public TranslateUrl ( int dwTranslate, string strUrlIn, string &pstrUrlOut ) : int
dwTranslate int
strUrlIn string
pstrUrlOut string
return int

UpdateUI() public method

public UpdateUI ( ) : int
return int