com.jniwrapper.win32.ole
Interface IOleControlSite

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IOleControlSiteImpl

public interface IOleControlSite
extends IUnknown

This interface supports embedding controls in the site.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 IDispatch getExtendedControl()
           
 void lockInPlaceActive(VariantBool fLock)
           
 void onControlInfoChanged()
           
 void onFocus(VariantBool fGotFocus)
           
 void showPropertyFrame()
           
 void transformCoords(Point pPtlHimetric, PointF pPtfContainer, XFormCoords dwFlags)
           
 void translateAccelerator(Msg pMsg, KeyModifiers grfModifiers)
           
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

onControlInfoChanged

void onControlInfoChanged()
                          throws ComException
Throws:
ComException

lockInPlaceActive

void lockInPlaceActive(VariantBool fLock)
                       throws ComException
Parameters:
fLock - [in]
Throws:
ComException

getExtendedControl

IDispatch getExtendedControl()
                             throws ComException
Throws:
ComException

transformCoords

void transformCoords(Point pPtlHimetric,
                     PointF pPtfContainer,
                     XFormCoords dwFlags)
                     throws ComException
Parameters:
pPtlHimetric - [in,out]
pPtfContainer - [in,out]
dwFlags - [in]
Throws:
ComException

translateAccelerator

void translateAccelerator(Msg pMsg,
                          KeyModifiers grfModifiers)
                          throws ComException
Parameters:
pMsg - [in]
grfModifiers - [in]
Throws:
ComException

onFocus

void onFocus(VariantBool fGotFocus)
             throws ComException
Parameters:
fGotFocus - [in]
Throws:
ComException

showPropertyFrame

void showPropertyFrame()
                       throws ComException
Throws:
ComException