Spread Silverlight Documentation
CornerHeaderCellPresenter Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : CornerHeaderCellPresenter Class
Represents an individual GcSpreadSheet corner cell.
Object Model
CornerHeaderCellPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="HighlightRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="Root", Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel)>
<System.Windows.TemplatePartAttribute(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="NormalRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="HoverRectangle", Type=System.Windows.Shapes.Rectangle)>
Public Class CornerHeaderCellPresenter 
   Inherits HeaderCellPresenter
'Usage
 
Dim instance As CornerHeaderCellPresenter
[System.Windows.TemplatePart(Name="HighlightRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="Root", Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel)]
[System.Windows.TemplatePart(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="NormalRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="HoverRectangle", Type=System.Windows.Shapes.Rectangle)]
public class CornerHeaderCellPresenter : HeaderCellPresenter 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               GrapeCity.Windows.SpreadSheet.UI.CellPresenterBase
                  GrapeCity.Windows.SpreadSheet.UI.HeaderCellPresenter
                     GrapeCity.Windows.SpreadSheet.UI.CornerHeaderCellPresenter

See Also

Reference

CornerHeaderCellPresenter Members
GrapeCity.Windows.SpreadSheet.UI Namespace