STK AgSearchSend comments on this topic.
SetStatus Method (IAgPluginSearchStatusGrid)
See Also
Value
Windows





Windows & Linux

Description

Sets the status in the title bar.

Syntax

[Visual Basic .NET]
Public Sub SetStatus( _
    ByVal Value As String _
)
[C#]
public void SetStatus(
    string Value
);
[Managed C++]
public: void SetStatus(
    String __gc ^ Value
);
[Unmanaged C++]
public: HRESULT SetStatus(
    BSTR Value
);
[Java]
public void setStatus(
    String Value
);

Parameters

Value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.