ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ClickAction Enumeration

In This Topic
    ClickAction Enumeration
    In This Topic
    Specifies constants that define the action to perform when the user clicks the input element in the control.
    Syntax
    'Declaration
     
    
    Public Enum ClickAction 
       Inherits System.Enum
    public enum ClickAction : System.Enum 
    Members
    MemberDescription
    OpenOpen the drop-down.
    SelectSelects the input element content.
    ToggleToggle the drop-down.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.ClickAction

    See Also