Class ListItem
Inheritance
System.Object
ListItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ListItem
Constructors
ListItem(Form)
Declaration
public ListItem(Form f)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Form | f |
Fields
Form
Declaration
public Form Form
Field Value
| Type |
|---|
| System.Windows.Forms.Form |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type |
|---|
| System.String |
Overrides
System.Object.ToString()