dbicList Send comments on this topic.
DisplayUserControlEventArgs Class Members
See Also  Properties 
dbicBase Assembly > Dbi.WinControl Namespace : DisplayUserControlEventArgs Class


"

The following tables list the members exposed by DisplayUserControlEventArgs.

"

Public Constructors

 NameDescription
public ConstructorDisplayUserControlEventArgs ConstructorInitialize a new instance of the class.  
Top

Public Properties

 NameDescription
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the editable cell exists.  
public PropertyColumnItemThe dbiColumnItem where the editable cell exists.  
public PropertyHeightThe height of the cell to be edited.  
public PropertyNodeItemThe dbiNodeItem that contains the cell to be edited.  
public PropertyTextThe current text of the cell to be edited.  
public PropertyWidthThe width of the cell to be edited.  
public PropertyXThe X coordinate of the cell being edited.  
public PropertyYThe Y coordinate of the cell to be edited.  
Top

See Also