Gets the progid of the controls of the specified type for this algorithm. If a certain control type isn't supported, return an empty string.
[Visual Basic .NET] |
---|
Public Function GetControlsProgID( _ ByVal Type As AgESearchControlTypes _ ) As String |
[C#] |
---|
public string GetControlsProgID( AgESearchControlTypes Type ); |
[Managed C++] |
---|
public: String __gc ^ GetControlsProgID( AgESearchControlTypes Type ); |
[Unmanaged C++] |
---|
public: HRESULT GetControlsProgID( AgESearchControlTypes Type, BSTR * pProgID ); |
[Java] |
---|
public String getControlsProgID( AgESearchControlTypes Type ); |
- Type