Description of the interface
-
Description of ShowContextMenu
-
Description of GetHostInfo
-
Description of ShowUI
-
Description of HideUI
-
Description of UpdateUI
-
Description of EnableModeless
-
Description of OnDocWindowActivate
-
Description of OnFrameWindowActivate
-
Description of ResizeBorder
-
Description of TranslateAccelerator
-
Description of GetOptionKeyPath
-
Description of GetDropTarget
-
Description of GetExternal
-
Description of TranslateUrl
-
Description of FilterDataObject
PyIDocHostUIHandler.EnableModeless
EnableModeless(fEnable) Description of EnableModeless.
-
fEnable : int
Description for fEnable
PyIDocHostUIHandler.FilterDataObject
FilterDataObject(pDO) Description of FilterDataObject.
-
pDO : PyIDataObject
Description for pDO
PyIDocHostUIHandler.GetDropTarget
GetDropTarget(pDropTarget) Description of GetDropTarget.
-
pDropTarget : PyIDropTarget
Description for pDropTarget
PyIDocHostUIHandler.GetExternal
GetExternal() Description of GetExternal.
PyIDocHostUIHandler.GetHostInfo
GetHostInfo() Description of GetHostInfo.
PyIDocHostUIHandler.GetOptionKeyPath
GetOptionKeyPath(dw) Description of GetOptionKeyPath.
-
dw : int
Description for dw
PyIDocHostUIHandler.HideUI
HideUI() Description of HideUI.
PyIDocHostUIHandler.OnDocWindowActivate
OnDocWindowActivate(fActivate) Description of OnDocWindowActivate.
-
fActivate : int
Description for fActivate
PyIDocHostUIHandler.OnFrameWindowActivate
OnFrameWindowActivate(fActivate) Description of OnFrameWindowActivate.
-
fActivate : int
Description for fActivate
PyIDocHostUIHandler.ResizeBorder
ResizeBorder(prcBorder, pUIWindow, fRameWindow) Description of ResizeBorder.
-
prcBorder : (int, int, int, int)
Description for prcBorder
-
pUIWindow : PyIOleInPlaceUIWindow
Description for pUIWindow
-
fRameWindow : int
Description for fRameWindow
PyIDocHostUIHandler.ShowContextMenu
ShowContextMenu(dwID, pt, pcmdtReserved, pdispReserved) Description of ShowContextMenu.
-
dwID : int
Description for dwID
-
pt : (int, int)
Description for ppt
-
pcmdtReserved : PyIUnknown
Description for pcmdtReserved
-
pdispReserved : PyIDispatch
Description for pdispReserved
PyIDocHostUIHandler.ShowUI
ShowUI(dwID, pActiveObject, pCommandTarget, pFrame, pDoc) Description of ShowUI.
-
dwID : int
Description for dwID
-
pActiveObject : PyIOleInPlaceActiveObject
Description for pActiveObject
-
pCommandTarget : PyIOleCommandTarget
Description for pCommandTarget
-
pFrame : PyIOleInPlaceFrame
Description for pFrame
-
pDoc : PyIOleInPlaceUIWindow
Description for pDoc
PyIDocHostUIHandler.TranslateAccelerator
TranslateAccelerator(lpMsg, pguidCmdGroup, nCmdID) Description of TranslateAccelerator.
-
lpMsg : PyLPMSG
Description for lpMsg
-
pguidCmdGroup : PyIID
Description for pguidCmdGroup
-
nCmdID : int
Description for nCmdID
PyIDocHostUIHandler.TranslateUrl
TranslateUrl(dwTranslate, pchURLIn) Description of TranslateUrl.
-
dwTranslate : int
Description for dwTranslate
-
pchURLIn : unicode
Description for pchURLIn
PyIDocHostUIHandler.UpdateUI
UpdateUI() Description of UpdateUI.