PresenterControlComboBoxItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PresenterControlComboBoxItem(PresenterControl) | |
PresenterControlComboBoxItem(PresenterControl, String) |
PresenterControlComboBoxItem(PresenterControl)
public:
PresenterControlComboBoxItem(Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::PresenterControl ^ parent);
public PresenterControlComboBoxItem (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl parent);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControlComboBoxItem : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControlComboBoxItem
Public Sub New (parent As PresenterControl)
Parameters
- parent
- PresenterControl
Applies to
PresenterControlComboBoxItem(PresenterControl, String)
public:
PresenterControlComboBoxItem(Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::PresenterControl ^ parent, System::String ^ correlationId);
public PresenterControlComboBoxItem (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl parent, string correlationId);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControlComboBoxItem : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControlComboBoxItem
Public Sub New (parent As PresenterControl, correlationId As String)
Parameters
- parent
- PresenterControl
- correlationId
- String