Share via


PresenterControlComboBoxItem Constructor

Initializes a new instance of the PresenterControlComboBoxItem Class.Initializes a new instance of the PresenterControlComboBoxItem Class.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim parent As PresenterControl

Dim instance As New PresenterControlComboBoxItem(parent)

Syntax

'Declaration
Public Sub New ( _
    parent As PresenterControl _
)
public PresenterControlComboBoxItem (
    PresenterControl parent
)
public:
PresenterControlComboBoxItem (
    PresenterControl^ parent
)
public PresenterControlComboBoxItem (
    PresenterControl parent
)
public function PresenterControlComboBoxItem (
    parent : PresenterControl
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

See Also

Reference

PresenterControlComboBoxItem Class
PresenterControlComboBoxItem Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.