ImageGear .NET v24.12 - Updated
AutoFocus Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : AutoFocus Property
Gets or sets a value indicating whether the thumbnail browser gets focus when the mouse cursor is on the window.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute()>
<ImGearFilterAttribute("Default")>
Public Property AutoFocus As Boolean
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
 
instance.AutoFocus = value
 
value = instance.AutoFocus
[Category("Behavior")]
[Description()]
[ImGearFilter("Default")]
public bool AutoFocus {get; set;}
[Category("Behavior")]
[Description()]
[ImGearFilter("Default")]
public: __property bool get_AutoFocus();
public: __property void set_AutoFocus( 
   bool value
);
[Category("Behavior")]
[Description()]
[ImGearFilter("Default")]
public:
property bool AutoFocus {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
If it is set to true, then the thumbnail browser gets focus when the mouse cursor is on the window. Otherwise mouse click is required.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members