Search
FlowChart.AxControlId Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets the default type of ActiveX controls to be hosted in new boxes.

 Syntax

VB6  Copy Code

Public Property Get AxControlId() As String
Public Property Let AxControlId( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_AxControlId ()
void put_AxControlId (
    BSTR value
)

 Property Value

A string value. The default is an empty string.

 Remarks

Sets 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