Share via


WsatControl Constructor

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the WsatControl class.

Namespace: Microsoft.Tools.ServiceModel.WsatConfig
Assembly: WsatUI (in wsatui.dll)

Usage

    Dim propPageParam As IntPtr
Dim propSheetDialogParam As IntPtr
Dim propertySheetPage As WsatPropertySheet

Dim instance As New WsatControl(propPageParam, propSheetDialogParam, propertySheetPage)

Syntax

'Declaration
Public Sub New ( _
    propPageParam As IntPtr, _
    propSheetDialogParam As IntPtr, _
    propertySheetPage As WsatPropertySheet _
)
public WsatControl (
    IntPtr propPageParam,
    IntPtr propSheetDialogParam,
    WsatPropertySheet propertySheetPage
)
public:
WsatControl (
    IntPtr propPageParam, 
    IntPtr propSheetDialogParam, 
    WsatPropertySheet^ propertySheetPage
)
public WsatControl (
    IntPtr propPageParam, 
    IntPtr propSheetDialogParam, 
    WsatPropertySheet propertySheetPage
)
public function WsatControl (
    propPageParam : IntPtr, 
    propSheetDialogParam : IntPtr, 
    propertySheetPage : WsatPropertySheet
)

Parameters

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WsatControl Class
WsatControl Members
Microsoft.Tools.ServiceModel.WsatConfig Namespace