DialogMessageBox Constructor (IWin32Window, String, String, String)
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
winFormsOwner As IWin32Window, _
title As String, _
message As String, _
helpTopic As String _
)
public DialogMessageBox(
IWin32Window winFormsOwner,
string title,
string message,
string helpTopic
)
public:
DialogMessageBox(
IWin32Window^ winFormsOwner,
String^ title,
String^ message,
String^ helpTopic
)
new :
winFormsOwner:IWin32Window *
title:string *
message:string *
helpTopic:string -> DialogMessageBox
public function DialogMessageBox(
winFormsOwner : IWin32Window,
title : String,
message : String,
helpTopic : String
)
Parameters
- winFormsOwner
Type: System.Windows.Forms.IWin32Window
- title
Type: System.String
- message
Type: System.String
- helpTopic
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.