Class RangeSliderDesigner
Provides an extended design mode behavior of the RangeSlider control.
Inheritance
System.Object
RangeSliderDesigner
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RangeSliderDesigner : ControlDesigner
Constructors
RangeSliderDesigner()
Declaration
public RangeSliderDesigner()
Properties
ActionLists
Gets the design-time action lists supported by the RangeSlider control associated with the designer.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Locked
Gets or sets a value that indicates the sizers of RangeSlider locked to its container.
Declaration
public bool Locked { get; set; }
Property Value
Type |
---|
System.Boolean |
SelectionRules
Returns the left and right sizers only when AutoSize is on the RangeSlider control (overridden property).
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
---|
System.Windows.Forms.Design.SelectionRules |
Methods
PreFilterProperties(IDictionary)
Declaration
protected override void PreFilterProperties(IDictionary properties)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | properties |