Class ListItemDrawEventArgs
Inheritance
System.Object
System.EventArgs
ListItemDrawEventArgs
Inherited Members
System.EventArgs.Empty
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)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ListItemDrawEventArgs : EventArgs
Constructors
ListItemDrawEventArgs(Boolean, Int32)
Declaration
public ListItemDrawEventArgs(bool selected, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | selected | |
System.Int32 | index |
Properties
BackColor
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Index
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
Selected
Declaration
public bool Selected { get; }
Property Value
Type |
---|
System.Boolean |