ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Input Namespace / C1InputExtenderBase Class / OnClientDropDownButtonMouseDown Property

In This Topic
    OnClientDropDownButtonMouseDown Property
    In This Topic
    Occurs when the mouse is pressed on the dropdown button.
    Syntax
    'Declaration
     
    Public Property OnClientDropDownButtonMouseDown As System.String
    public System.string OnClientDropDownButtonMouseDown {get; set;}
    See Also