ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailAfterLoadEventArgs Class / Skip Property




In This Topic
    Skip Property (ImGearThumbnailAfterLoadEventArgs)
    In This Topic
    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 ImGearThumbnailAfterLoadEventArgs
    Dim value As Boolean
     
    instance.Skip = value
     
    value = instance.Skip
    public bool Skip {get; set;}
    public: __property bool get_Skip();
    public: __property void set_Skip( 
       bool value
    );
    public:
    property bool Skip {
       bool get();
       void set (    bool value);
    }

    Property Value

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