WebBrowserComboBoxItem 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
WebBrowserComboBoxItem(PresenterControl) | |
WebBrowserComboBoxItem(PresenterControl, String) |
WebBrowserComboBoxItem(PresenterControl)
public:
WebBrowserComboBoxItem(Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::PresenterControl ^ parent);
public WebBrowserComboBoxItem (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl parent);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebBrowserComboBoxItem : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebBrowserComboBoxItem
Public Sub New (parent As PresenterControl)
Parameters
- parent
- PresenterControl
Applies to
WebBrowserComboBoxItem(PresenterControl, String)
public:
WebBrowserComboBoxItem(Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::PresenterControl ^ parent, System::String ^ correlationId);
public WebBrowserComboBoxItem (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl parent, string correlationId);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebBrowserComboBoxItem : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebBrowserComboBoxItem
Public Sub New (parent As PresenterControl, correlationId As String)
Parameters
- parent
- PresenterControl
- correlationId
- String