STK UI ApplicationSend comments on this topic.
MessagePendingDelay Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Gets/Sets message-pending delay for server busy dialog (in milliseconds).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MessagePendingDelay() As Integer
[C#]
public int MessagePendingDelay {get; set;}
[Managed C++]
public: __property int get_MessagePendingDelay();
public: __property void set_MessagePendingDelay( int );
[Unmanaged C++]
public: HRESULT get_MessagePendingDelay(
    long * pVal
);
public: HRESULT put_MessagePendingDelay(
    long NewVal
);
[Java]
public int getMessagePendingDelay();
public void setMessagePendingDelay(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.