This document is archived and information here might be outdated.  Recommended version.


IGPParameterEdit.ControlCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameterEdit Interface > IGPParameterEdit.ControlCLSID Property
ArcGIS Developer Help

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