The class identifier (CLSID) of the custom dialog object to use when invoking the geoprocessing function.
[Visual Basic 6.0] Property DialogCLSID As IUID
[Visual Basic .NET] Public ReadOnly Property DialogCLSID As UID
[C#] public UID DialogCLSID {get;}
[Java] public IUID getDialogCLSID() throws IOException, AutomationException
[C++] HRESULT get_DialogCLSID( IUID** CLSID );
Parameters
CLSID [out, retval]
CLSID is a parameter of type IUID
The DialogCLSID property is used to overwrite the default system tool dialog's look and feel. By default, Toolbox creates a dialog based upon the parameters returned by the ParameterInfo property.