ImgEdit User Control

ImgEdit Class Library

ImgEdit.View = Boolean

 

Gets or sets the loading of the image in memory.

 

[Visual Basic]

Public Property View ( ) as Boolean

 

Property Set Value

    View

        Enables the image display.

 

Property Get Value

    View

        Disables the image display.

 

Example

[Visual Basic] The following example enables the image display and gets its value.

 

[Visual Basic]

Dim ViewImage as Boolean = True

ImgEdit1.View = ViewImage

ViewImage  = ImgEdit1.View

 

Requirements

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

Documentation Version 1.6