ComponentOne CalendarView for WinForms
C1.Win.C1Input.Design Namespace / GenericControlDesigner Class / SelectionRules Property

In This Topic
    SelectionRules Property (GenericControlDesigner)
    In This Topic
    Gets the selection rules that indicate the movement capabilities of a component.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property SelectionRules As SelectionRules
    public override SelectionRules SelectionRules {get;}

    Property Value

    A bitwise combination of System.Windows.Forms.Design.SelectionRules values.
    See Also