Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

IsInputKey Method (RasterThumbnailBrowser)






One of the System.Windows.Forms.Keys values.
This member overrides Control.IsInputKey.
Syntax
protected virtual bool IsInputKey( 
   Keys keyData
)
'Declaration
 
Protected Overridable Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim keyData As Keys
Dim value As Boolean
 
value = instance.IsInputKey(keyData)

            

            
protected:
virtual bool IsInputKey( 
   Keys keyData
) 

Parameters

keyData
One of the System.Windows.Forms.Keys values.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

Error processing SSI file