AxControl Class

AxControl Class

This Package | All Packages

Control
  |
  +--AxControl
public class AxControl
extends Control

Hosts an ActiveX control.

Constructors
Name Description
AxControl(String tricsData) Topic under construction.

Methods
Name Description
AtlAxGetControl(int h) Wraps the AtlAxGetControl function.
AtlAxGetHost(int h) Wraps the AtlAxGetHost function.
AtlAxHostInit() Wraps the AtlAxHostInit function.
getControl() Topic under construction.

Constructors

AxControl.AxControl

Syntax
public AxControl( String tricsData );
Description

Topic under construction.

Methods

AxControl.AtlAxGetControl

Syntax
public static native IUnknown AtlAxGetControl( int h );
Parameters
h
Topic under construction.
Description

Wraps the AtlAxGetControl function.

AxControl.AtlAxGetHost

Syntax
public static native IUnknown AtlAxGetHost( int h );
Parameters
h
Topic under construction.
Description

Wraps the AtlAxGetHost function.

AxControl.AtlAxHostInit

Syntax
public static native void AtlAxHostInit();
Description

Wraps the AtlAxHostInit function.

AxControl.getControl

Syntax
public IUnknown getControl();
Description

Topic under construction.