WebBrowserComboBoxItem Constructor
Initializes a new instance of the WebBrowserComboBoxItem Class.Initializes a new instance of the WebBrowserComboBoxItem Class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim parent As PresenterControl
Dim instance As New WebBrowserComboBoxItem(parent)
Syntax
'Declaration
Public Sub New ( _
parent As PresenterControl _
)
public WebBrowserComboBoxItem (
PresenterControl parent
)
public:
WebBrowserComboBoxItem (
PresenterControl^ parent
)
public WebBrowserComboBoxItem (
PresenterControl parent
)
public function WebBrowserComboBoxItem (
parent : PresenterControl
)
Remarks
The default constructor initializes any fields to their default values.
Platforms
See Also
Reference
WebBrowserComboBoxItem Class
WebBrowserComboBoxItem Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.