WpfDialogAssistant Constructor (Window, Boolean)
styles a WPF window according to the Visual Studio standards. remembers its size and position
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
window As Window, _
autoMinSize As Boolean _
)
public WpfDialogAssistant(
Window window,
bool autoMinSize
)
public:
WpfDialogAssistant(
Window^ window,
bool autoMinSize
)
new :
window:Window *
autoMinSize:bool -> WpfDialogAssistant
public function WpfDialogAssistant(
window : Window,
autoMinSize : boolean
)
Parameters
window
Type: System.Windows.Windowthe window to style
- autoMinSize
Type: System.Boolean
.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.