ImageGear .NET - Updated December 24, 2018
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()>
Public Property AutoFocus As Boolean
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
 
instance.AutoFocus = value
 
value = instance.AutoFocus

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