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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : AutoFocus Property
Gets or sets a value indicating whether to automatically grab focus.
Syntax
'Declaration
 
Property AutoFocus As Boolean
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
 
instance.AutoFocus = value
 
value = instance.AutoFocus
bool AutoFocus {get; set;}
__property bool get_AutoFocus();
__property void set_AutoFocus( 
   bool value
);
property bool AutoFocus {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members