C1.Win.C1FlexGrid Namespace / OwnerDrawOutlineButtonEventArgs Class
Properties Methods


OwnerDrawOutlineButtonEventArgs Class Members

The following tables list the members exposed by OwnerDrawOutlineButtonEventArgs.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the OwnerDrawOutlineButtonEventArgs class.  
Top
Public Properties
 NameDescription
Public PropertyGet the rectangle where the outline button will be painted (in client coordinates).  
Public PropertyGet column index of the cell which contains the outline button being painted.  
Public PropertyGets the Graphics object used to draw the outline button. Use this object to draw custom elements in the outline button.  
Public PropertyGets or sets whether the event has finished drawing the outline button.  
Public PropertyGets or sets the image that will be displayed in the cell.  
Public PropertyGet the level of the tree which will be collapsed by clicking on the outline button.  
Public PropertyGet the row index of the cell which contains the outline button being painted.  
Public PropertySets or sets the CellStyle object used to paint the outline button.  
Public PropertyGets or sets the text that will be displayed in the outline button.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Causes the grid to paint parts of the outline button (background, foreground, border, etc.)  
Top
See Also