Search
Box.AxRawPtr Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets the raw IUnknown interface pointer to the ActiveX control hosted in this box.

 Syntax

VB6  Copy Code

Public Property Get AxRawPtr() As Object

C++  Copy Code

public:
IDispatch* get_AxRawPtr ()

 Property Value

A pointer to IUnknown.

 Remarks

To create an OCX control inside a box, assign its class identifier (CLSID) or program identifier (ProgID) to AxControlId, and set the box' Style to bsAxControl. VB programmers would prefer getting reference to the hosted control via the AxControl property, which returns a pointer to IDispatch.

 See Also