Visual Basic (Declaration) | |
---|---|
Public Property InteractiveModeUseClientCordinates As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageViewer Dim value As Boolean instance.InteractiveModeUseClientCordinates = value value = instance.InteractiveModeUseClientCordinates |
C# | |
---|---|
public bool InteractiveModeUseClientCordinates {get; set;} |
C++/CLI | |
---|---|
public: property bool InteractiveModeUseClientCordinates { bool get(); void set ( bool value); } |
Property Value
true if the interactive mode coordinates should be in client coordinates, otherwise; false. Default value is false.When this control is using one of the interactive modes, a corresponding event will fire during the operation of the interactive mode with information on current coordinates and status of the event, as follows:
The various event argument data classes contain the current mouse coordinates, these coordinates will be in image (logical) coordinates when the value of InteractiveModeUseClientCordinates is set to the default value of false.
You can change the behavior of this control to fire the events with coordinates in physical (client) coordinates by setting the value of InteractiveModeUseClientCordinates to true.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family