DoubleClickThreshold Property (ImGearAnnotationSettings)
In This Topic
Gets or sets double click threshold value in milliseconds.
Syntax
'Declaration
Public Property DoubleClickThreshold As Integer
'Usage
Dim instance As ImGearAnnotationSettings
Dim value As Integer
instance.DoubleClickThreshold = value
value = instance.DoubleClickThreshold
public int DoubleClickThreshold {get; set;}
public: __property int get_DoubleClickThreshold();
public: __property void set_DoubleClickThreshold(
int value
);
public:
property int DoubleClickThreshold {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also