Set to true to display certain alerts and messages. Otherwise false. The default value is True.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayAlerts() As Boolean |
[C#] |
---|
public bool DisplayAlerts {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplayAlerts(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayAlerts( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayAlerts( VARIANT_BOOL DisplayAlerts ); |
[Java] |
---|
public bool getDisplayAlerts(); public void setDisplayAlerts( bool ); |