DevImageComboBoxItem(String, Int32, Boolean) 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,
bool mark
)
Public Sub New (
text As String,
imageIndex As Integer,
mark As Boolean
)
Dim text As String
Dim imageIndex As Integer
Dim mark As Boolean
Dim instance As New DevImageComboBoxItem(text, imageIndex,
mark)
public:
DevImageComboBoxItem(
String^ text,
int imageIndex,
bool mark
)
new :
text : string *
imageIndex : int *
mark : bool -> 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.
- mark Boolean
-
A value indicating whether the item is Bold.