.NET Framework Class Library
Options.GetHiddenMessage Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Options Class > Options Methods > .NET Framework Class Library |
Returns TRUE if a specific message box has been made hidden using the check box "Do not show this message again" that appears in some message boxes
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetHiddenMessage ( _ messageId As String _ |
C# |
|---|
public bool GetHiddenMessage( string messageId |
Visual C++ |
|---|
public: bool GetHiddenMessage( |
JavaScript |
|---|
function getHiddenMessage(messageId); |
Parameters
messageId
Type: System.String
an id that refers to a specific message box
Return Value
TRUE if the message box has been hidden, FALSE otherwise
See Also