Uses of Class
com.jniwrapper.win32.automation.OleContainer.AutoActivateMode

Packages that use OleContainer.AutoActivateMode
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
 

Uses of OleContainer.AutoActivateMode in com.jniwrapper.win32.automation
 

Fields in com.jniwrapper.win32.automation declared as OleContainer.AutoActivateMode
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.Manual
          Embedded object will be displayed when OleContainer.doVerb(OleVerbs.SHOW) method is called directly.
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.GetFocus
          Embedded object will be displayed when OleContainer component receives the focus.
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.DoubleClick
          Embedded object will be displayed when user double clicks a OleContainer component.
static OleContainer.AutoActivateMode OleContainer.AutoActivateMode.OnContainerVisible
          Embedded object will be displayed as soon OleContainer component becomes visible.
 

Methods in com.jniwrapper.win32.automation that return OleContainer.AutoActivateMode
 OleContainer.AutoActivateMode OleContainer.getAutoActivateMode()
           
 

Methods in com.jniwrapper.win32.automation with parameters of type OleContainer.AutoActivateMode
 void OleContainer.setAutoActivateMode(OleContainer.AutoActivateMode value)
          Determines how the object in an OLE container is activated.