Gets or sets the type of the ActiveX control hosted in this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AxControlId() As String |
C++
Copy Code
|
|---|
public: |
A string value. Initialized with FlowChart.AxControlId.
RemarksBox objects can host ActiveX controls inside them. To instantiate a control you must assign its class identifier (CLSID) or program identifier (ProgID) to this property, and set the box' Style to bsAxControl. If the value of the property is not a valid control identifier, it is interpreted as an URL and a browser control is created and navigated to the specified link. You can access the hosted control via the AxRawPtr and AxControl properties.
See Also