IDoubleClickable Interface
Indicates that this object can be double-clicked.

C# Syntax

public interface IDoubleClickable 
Public Methods
 NameDescription
MethodDoubleClickOverloaded. Double-clicks on this object using the specified MouseButton.  
Top