ImgThumbnails User Control

ImgThumbnails Class Library

ImgThumbnails.DestImageControlID = Integer

 

Gets or sets the destination image control ID.

Set this property if  the controls are used in a MDI environment. The destination control is always the ImgEdit Control. The value in a MDI environment must be higher than 0, if not set the value to 0.

 

[Visual Basic]

Public Property DestImageControlID ( ) as Integer

 

Property Set Value

    Integer

        Sets the destination image control ID.

 

Property Get Value

    Integer

        Gets the destination image control ID.

 

Example

[Visual Basic] The following example sets the destination image control to 1 and gets its value.

 

[Visual Basic]

Dim ControlID as Integer = 1

ImgThumbnails1.DestImageControlID = ControlID

ControlID = ImgThumbnails1.DestImageControlID

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6