In This Topic
GdPicture14 Namespace / ThumbnailEx Class / HotTracking Property

HotTracking Property (ThumbnailEx)

In This Topic
Specifies if an item has appearance of a hyperlink when the mouse pointer passes over it. Default value is false.
Syntax
'Declaration

 

Public Property HotTracking As Boolean
public bool HotTracking {get; set;}
public read-write property HotTracking: Boolean; 
public function get,set HotTracking : boolean
public: __property bool get_HotTracking();

public: __property void set_HotTracking( 

   bool value

);
public:

property bool HotTracking {

   bool get();

   void set (    bool value);

}
See Also