ListBoxItem(String, String, Int32, Int32) Constructor
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public ListBoxItem(
string name,
string description,
int childCount,
int exampleIndex
)
Public Sub New (
name As String,
description As String,
childCount As Integer,
exampleIndex As Integer
)
public:
ListBoxItem(
String^ name,
String^ description,
int childCount,
int exampleIndex
)
new :
name : string *
description : string *
childCount : int *
exampleIndex : int -> ListBoxItem
Parameters
- name String
-
- description String
-
- childCount Int32
-
- exampleIndex Int32
-