ClassColumnHeading
Represents the column heading.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class ColumnHeading : RowColumnHeadingBase
Inheritance: objectControlBaseRowColumnHeadingBaseColumnHeading
Derived Classes:
Inherited Members
Constructors
ColumnHeading()
Initializes a new instance of the ColumnHeading class.
Declaration
public ColumnHeading()
Methods
ApplyThumbsProperties()
Applies the thumbs properties.
Declaration
protected override void ApplyThumbsProperties()
Overrides
GetNewSize(Point)
Gets the new size.
Declaration
protected override double GetNewSize(Point point)
Parameters
point
Point
The point.
Returns
The new size.
Overrides
IsPointInsideThumb(MouseEventArgs)
Determines whether the pointer is inside thumb.
Declaration
protected override bool IsPointInsideThumb(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Returns
True if the pointer is inside thumb.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.