User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.modemousebutton

Table of Contents

TGIS_ViewerWnd.ModeMouseButton property

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.ModeMouseButton | Constructors | Fields | Methods | Properties | Events

Active button for Mode operations (dragging, selecting ...).

Available also on: Delphi FMX | ActiveX.

Syntax

// C#
[DefaultValue(System.Windows.Forms.MouseButtons.Left)]
public MouseButtons ModeMouseButton
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(System.Windows.Forms.MouseButtons.Left)>
Public Property ModeMouseButton As MouseButtons
  Get
  End Get
  Set(ByVal value As MouseButtons)
  End Set
End Property
// Oxygene
public
  [DefaultValue(System.Windows.Forms.MouseButtons.Left)]
  property ModeMouseButton : MouseButtons read read;

Value

Type
MouseButtons
2025/01/31 01:14

Page Tools