PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / CompatibilityOptions Class / LegacyMouseTrack Property

In This Topic
    LegacyMouseTrack Property (CompatibilityOptions)
    In This Topic
    Gets or sets a value indicating whether C1PreviewPane should use legacy method to draw mouse tracks on rulers if C1PreviewPane.TrackMousePosition is true. The default value is false.
    Syntax
    'Declaration
     
    Public Property LegacyMouseTrack As Boolean
    public bool LegacyMouseTrack {get; set;}
    See Also