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