Spread for ASP.NET 11 Product Documentation
EnableClickEvent Property (FloatingObject)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FloatingObject Class : EnableClickEvent Property
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

Reference

FloatingObject Class
FloatingObject Members