Good evening,
Is there a list or information detailing what properties & methods can be overridden and the function they serve for the Annotation Ranges ?
For example I have SmanticRangeStart & SemanticRangeEnd classed with the following properties:
Range End
Range Start
Any information would be very useful.
Thanks,
Rob
Is there a list or information detailing what properties & methods can be overridden and the function they serve for the Annotation Ranges ?
For example I have SmanticRangeStart & SemanticRangeEnd classed with the following properties:
Range End
public override bool SkipPositionBefore{ get { return true; }}public override bool IsCopyable{ get { return true; }}public override AnnotationMarkerDeleteBehavior BackspaceBehavior{ get { return AnnotationMarkerDeleteBehavior.SelectAnnotation; }}Range Start
public override bool SkipPositionBefore{ get { return true; }}public override bool IsCopyable{ get { return true; }}public override bool SkipPositionsInRange{ get { return true; }}Any information would be very useful.
Thanks,
Rob