ClassRowHeading
Represents the row heading.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class RowHeading : RowColumnHeadingBase
Inheritance: objectControlBaseRowColumnHeadingBaseRowHeading
Derived Classes:
Inherited Members
Constructors
RowHeading()
Initializes a new instance of the RowHeading class.
Declaration
public RowHeading()
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.