Class ColumnHeading
Represents the column heading.
Inheritance
System.Object
ColumnHeading
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Margins
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ColumnHeading : RowColumnHeadingBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
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
System.Double
The new size. |
Overrides
IsPointInsideThumb(MouseEventArgs)
Determines whether the pointer is inside thumb.
Declaration
protected override bool IsPointInsideThumb(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |
Returns
System.Boolean
|