Click or drag to resize

ThumbnailView Methods

The ThumbnailView type exposes the following members.

Methods
  NameDescription
Public methodAttach
To attach the control to an existing document object.
Public methodDetach
To detach the control from an existing document.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(THUMBNAILVIEWCOMMAND)
Use this method to force execution of a ThumbnailView command. Using this function you can initiate command execution programmatically.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(THUMBNAILVIEWCOMMAND, Boolean, Boolean)
To request information about a particular command listed below.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Public methodUpdateCtrl
Call this method to force redrawing of the entire control.
Top
See Also