ImgEdit User Control

ImgEdit Class Library

ImgEdit.EnableRightClickFit = Boolean

 

Gets or sets the right click image fit.

 

[Visual Basic]

Public Property EnableRightClickFit ( ) as Boolean

 

Property Set Value

    EnableRightClickFit

        Sets the right click fit of the displayed image.

 

Property Get Value

    EnableRightClickFit

        Gets the right click fit of the displayed image.

 

Example

[Visual Basic] The following example disables the right click image fit and gets its value.

 

[Visual Basic]

Dim EnableFit as Boolean = False

ImgEdit1.EnableRightClickFit = EnableFit

EnableFit = ImgEdit1.EnableRightClickFit

 

Requirements

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

Documentation Version 1.6