Skip to content

Latest commit

 

History

History
272 lines (136 loc) · 5.74 KB

PyIDocHostUIHandler.md

File metadata and controls

272 lines (136 loc) · 5.74 KB

PyIDocHostUIHandler

PyIDocHostUIHandler Object

Description of the interface

Methods

PyIDocHostUIHandler.EnableModeless

EnableModeless(fEnable) Description of EnableModeless.

Parameters

  • fEnable : int

    Description for fEnable

PyIDocHostUIHandler.FilterDataObject

FilterDataObject(pDO) Description of FilterDataObject.

Parameters

PyIDocHostUIHandler.GetDropTarget

GetDropTarget(pDropTarget) Description of GetDropTarget.

Parameters

GetExternal() Description of GetExternal.

GetHostInfo() Description of GetHostInfo.

PyIDocHostUIHandler.GetOptionKeyPath

GetOptionKeyPath(dw) Description of GetOptionKeyPath.

Parameters

  • dw : int

    Description for dw

HideUI() Description of HideUI.

PyIDocHostUIHandler.OnDocWindowActivate

OnDocWindowActivate(fActivate) Description of OnDocWindowActivate.

Parameters

  • fActivate : int

    Description for fActivate

PyIDocHostUIHandler.OnFrameWindowActivate

OnFrameWindowActivate(fActivate) Description of OnFrameWindowActivate.

Parameters

  • fActivate : int

    Description for fActivate

PyIDocHostUIHandler.ResizeBorder

ResizeBorder(prcBorder, pUIWindow, fRameWindow) Description of ResizeBorder.

Parameters

  • 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.

Parameters

  • dwID : int

    Description for dwID

  • pt : (int, int)

    Description for ppt

  • pcmdtReserved : PyIUnknown

    Description for pcmdtReserved

  • pdispReserved : PyIDispatch

    Description for pdispReserved

ShowUI(dwID, pActiveObject, pCommandTarget, pFrame, pDoc) Description of ShowUI.

Parameters

PyIDocHostUIHandler.TranslateAccelerator

TranslateAccelerator(lpMsg, pguidCmdGroup, nCmdID) Description of TranslateAccelerator.

Parameters

  • lpMsg : PyLPMSG

    Description for lpMsg

  • pguidCmdGroup : PyIID

    Description for pguidCmdGroup

  • nCmdID : int

    Description for nCmdID

PyIDocHostUIHandler.TranslateUrl

TranslateUrl(dwTranslate, pchURLIn) Description of TranslateUrl.

Parameters

  • dwTranslate : int

    Description for dwTranslate

  • pchURLIn : unicode

    Description for pchURLIn

UpdateUI() Description of UpdateUI.