(
a feature of FlowChartX Pro edition)
Gets or sets the default type of ActiveX controls to be hosted in new boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AxControlId() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default is an empty string.
RemarksSets default value for the AxControlId property of new boxes. That property specifies a class identifier (CLSID) or program identifier (ProgID) of an ActiveX control to be hosted inside a diagram node. If a new box is created, either by the user or programmatically, and BoxStyle is set to bsAxControl, the specified ActiveX control is instantiated and automatically assigned to the box.
See Also