ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.ControlCLSID Property

The class identifier (CLSID) of the ActiveX control to use to edit the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property ControlCLSID
[C#]
public void ControlCLSID {set;}
[C++]
HRESULT put_ControlCLSID(
  IUID* 
);
[C++]

Parameters

[in]

   is a parameter of type IUID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPParameterEdit Interface