ImageGear for .NET
AutoFocus Property (IImGearThumbnailCtl)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback