Error processing SSI file
(Leadtools.Controls)

Show in webframe

EnableByIndex Method




0-based index of the mode to enable. -1 will disable all the items in the collection.
Enables an interactive mode giving its index in the collection.
Syntax
public void EnableByIndex( 
   int index
)
'Declaration
 
Public Sub EnableByIndex( _
   ByVal index As Integer _
) 

Parameters

index
0-based index of the mode to enable. -1 will disable all the items in the collection.
Remarks

This method will iterate through all the items in the collection and set IsEnabled to false all the items except the one at index.

Example

For an example, refer to ImageViewerInteractiveModes.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveModes Class
ImageViewerInteractiveModes Members

Error processing SSI file