←Select platform

Id Property

Summary

Unique ID of this mode.

Syntax

C#
VB
C++
public abstract int Id { get; } 
Public MustOverride ReadOnly Property Id() As Integer 
public:  
   virtual property int Id 
   { 
      int get() abstract; 
   } 

Property Value

The unique ID of this mode.

Remarks

Each ImageViewerInteractiveMode must have its own unique ID. This value can be used with FindById and EnableById to quickly find or enable a mode.

Example

For an example, refer to FindById.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly