STK Viewer ControlSend comments on this topic.
MessageViewerAutoPopup Property (IAgAGIViewer)
See Also
Windows





Windows & Linux

Description

Retrieves status of MessageViewerAutoPopup

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MessageViewerAutoPopup() As Boolean
[C#]
public bool MessageViewerAutoPopup {get; set;}
[Managed C++]
public: __property bool get_MessageViewerAutoPopup();
public: __property void set_MessageViewerAutoPopup( bool );
[Unmanaged C++]
public: HRESULT get_MessageViewerAutoPopup(
    VARIANT_BOOL * pVal
);
public: HRESULT put_MessageViewerAutoPopup(
    VARIANT_BOOL newVal
);
[Java]
public bool getMessageViewerAutoPopup();
public void setMessageViewerAutoPopup(
    bool
);

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.