DevImageComboBoxItem(String, Int32, Boolean, Color) 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,
Color foreColor
)
Public Sub New (
text As String,
imageIndex As Integer,
mark As Boolean,
foreColor As Color
)
Dim text As String
Dim imageIndex As Integer
Dim mark As Boolean
Dim foreColor As Color
Dim instance As New DevImageComboBoxItem(text, imageIndex,
mark, foreColor)
public:
DevImageComboBoxItem(
String^ text,
int imageIndex,
bool mark,
Color foreColor
)
new :
text : string *
imageIndex : int *
mark : bool *
foreColor : Color -> 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.
- foreColor Color
-
The foreground color of the item.