Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FloatingObject Class / EnableClickEvent Property


In This Topic
    EnableClickEvent Property (FloatingObject)
    In This Topic
    Gets or sets a value that indicates whether the Click event can be used.
    Syntax
    'Declaration
     
    
    Public Property EnableClickEvent As Boolean
    'Usage
     
    
    Dim instance As FloatingObject
    Dim value As Boolean
     
    instance.EnableClickEvent = value
     
    value = instance.EnableClickEvent
    public bool EnableClickEvent {get; set;}

    Property Value

    true if the Click event can be used; otherwise, false.
    See Also