NetXP 3.0 Reference

Msg.AskIsYes Method 

Asks the user a question.

[Visual Basic]
Public Shared Function AskIsYes( _
   ByVal parent As IWin32Window, _
   ByVal appname As String, _
   ByVal prompt As String _
) As Boolean
[C#]
public static bool AskIsYes(
   IWin32Window parent,
   string appname,
   string prompt
);

Parameters

parent
The parent window of the message box. Can be null.
appname
The application asking the question.
prompt
The question.

Return Value

The user's answer to the question (True = Yes, False = No).

See Also

Msg Class | NETXP.Library Namespace