DevImageComboBoxItem(String, Int32) Constructor
Namespace: DevCase.UI.Layout.DevImageComboBoxDataAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public DevImageComboBoxItem(
string text,
int imageIndex
)
Public Sub New (
text As String,
imageIndex As Integer
)
Dim text As String
Dim imageIndex As Integer
Dim instance As New DevImageComboBoxItem(text, imageIndex)
public:
DevImageComboBoxItem(
String^ text,
int imageIndex
)
new :
text : string *
imageIndex : int -> DevImageComboBoxItem
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The item text.
- imageIndex Int32
-
The image index of the item.