C# Class ZForge.Controls.XPTable.Renderers.CheckBoxRendererData

Contains information about the current state of a Cell's check box
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
CheckBoxRendererData ( CheckBoxStates checkState ) : System

Initializes a new instance of the ButtonRendererData class with the specified CheckBox state

Method Details

CheckBoxRendererData() public méthode

Initializes a new instance of the ButtonRendererData class with the specified CheckBox state
public CheckBoxRendererData ( CheckBoxStates checkState ) : System
checkState CheckBoxStates The current state of the Cells CheckBox
Résultat System