menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaretAdv - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CaretAdv

    Inheritance
    System.Object
    CaretAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class CaretAdv : Control

    Constructors

    CaretAdv()

    Initializes the new instance of RichEditCaret class

    Declaration
    public CaretAdv()

    Properties

    Location

    Gets the location of the cursor

    Declaration
    public Point Location { get; set; }
    Property Value
    Type
    System.Windows.Point

    Methods

    GetText(String, Double)

    Returns the string using width

    Declaration
    public string GetText(string Text, double width)
    Parameters
    Type Name Description
    System.String Text
    System.Double width
    Returns
    Type
    System.String

    OnApplyTemplate()

    Applies the template

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved