AGI Viewer Control 11 Send comments on this topic.
MessageViewerAutoPopup Property (IAgAGIViewer)
See Also 





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 * pRetVal
);
public: HRESULT put_MessageViewerAutoPopup(
VARIANT_BOOL NewMessageViewerAutoPopup
);

[Java]
public bool getMessageViewerAutoPopup();public void setMessageViewerAutoPopup(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1