Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub MoveTo( _ ByVal markerMove As MarkerMoveType _ ) |
C# | |
---|---|
public abstract void MoveTo( MarkerMoveType markerMove ) |
C++/CLI | |
---|---|
public: abstract void MoveTo( MarkerMoveType markerMove ) |
Parameters
- markerMove
- Where to move the marker.
MarkerMoveType describes how the marker is moved.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)