Search
RangeSelector Class
See Also
 





Represents a range selector a control which allows the users to interactively select a range inside a larger range.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public class RangeSelector : Control

Visual Basic  Copy Code

Public Class RangeSelector
    Inherits Control

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                MindFusion.UI.WinForms.RangeSelector

 See Also