AxHost Constructor (String^, Int32)

 

Initializes a new instance of the AxHost class, wrapping the ActiveX control indicated by the specified CLSID, and using the shortcut-menu behavior indicated by the specified flags value.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
AxHost(
	String^ clsid,
	int flags
)

Parameters

clsid
Type: System::String^

The CLSID of the ActiveX control to wrap.

flags
Type: System::Int32

An Int32 that modifies the shortcut-menu behavior for the control.

If the binary representation of the flags parameter value contains the bit represented by the value 0x1, the shortcut menu for the control will not contain an Edit option unless the ActiveX control explicitly provides it.

If the binary representation of the flags parameter value contains the bit represented by the value 0x2, the shortcut menu for the control will contain a Properties option if the ActiveX control offers a set of property pages; otherwise, the shortcut menu will contain a Properties option only if the ActiveX control explicitly provides it.

.NET Framework
Available since 1.1
Return to top
Show: