ImageGear .NET - Updated July 5, 2018
Skip Property (ImGearThumbnailBeforeLoadEventArgs)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailBeforeLoadEventArgs Class : Skip Property
Gets or sets a value indicating whether or not to load thumbnail into a control.
Syntax
'Declaration
 
Public Property Skip As Boolean
 
'Usage
 
Dim instance As ImGearThumbnailBeforeLoadEventArgs
Dim value As Boolean
 
instance.Skip = value
 
value = instance.Skip

Property Value

Boolean value.
Remarks
Client should set this to true if there is no need to load thumbnail into a control.
See Also

Reference

ImGearThumbnailBeforeLoadEventArgs Class
ImGearThumbnailBeforeLoadEventArgs Members