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


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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FloatingObject Class
FloatingObject Members

 

 


Copyright © GrapeCity, inc. All rights reserved.