ListBoxItem(String, String, Int32, Int32) Constructor

Initializes a new instance of the ListBoxItem class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public ListBoxItem(
	string name,
	string description,
	int childCount,
	int exampleIndex
)

Parameters

name  String
 
description  String
 
childCount  Int32
 
exampleIndex  Int32
 

See Also