SelectAllControl
Represents the select all button control.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Margins
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class SelectAllControl : ControlBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemUIElementControlBaseSelectAllControl...
Implements:
Inherited Members
Constructors
Initializes a new instance of the SelectAllControl class.
public SelectAllControl()
Fields
Associated worksheet editor dependency property.
public static readonly RadProperty AssociatedWorksheetEditorProperty
Fill dependency property.
public static readonly RadProperty FillProperty
Hover fill brush dependency property.
public static readonly RadProperty HoverFillBrushProperty
Normal fill brush dependency property.
public static readonly RadProperty NormalFillBrushProperty
Select all control state dependency property.
public static readonly RadProperty SelectAllControlStateProperty
Selected fill brush dependency property.
public static readonly RadProperty SelectedFillBrushProperty
Properties
Gets or sets the associated worksheet editor.
public RadWorksheetEditor AssociatedWorksheetEditor { get; set; }
The associated worksheet editor.
Gets or sets the hover fill brush.
public Brush HoverFillBrush { get; set; }
The hover fill brush.
Gets or sets the normal fill brush.
public Brush NormalFillBrush { get; set; }
The normal fill brush.
Gets or sets the state.
public SelectAllControlState SelectAllControlState { get; }
The state.
Gets or sets the selected fill brush.
public Brush SelectedFillBrush { get; set; }
The selected fill brush.
Methods
Initializes the fields of this instance with their default values.
protected override void InitializeFields()
Overrides:
Paints the element's background and calls the base implementation to paint child elements.