WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextPromptBoldTextItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ContextPromptBoldTextItem

    Represents a class that provides functionalities related to ContextPromptBoldTextItem.

    Inheritance
    System.Object
    ContextPromptBoldTextItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Edit.Implementation
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ContextPromptBoldTextItem

    Constructors

    ContextPromptBoldTextItem(ContextPromptBoldItemCollection, Int32, Int32, String)

    Initializes a new instance of the ContextPromptBoldTextItem class.

    Declaration
    public ContextPromptBoldTextItem(ContextPromptBoldItemCollection parent, int start, int length, string description)
    Parameters
    Type Name Description
    ContextPromptBoldItemCollection parent

    Collection, the item belongs to.

    System.Int32 start

    Index of the first bolded letter in subject text.

    System.Int32 length

    Length of the bolded text in subject.

    System.String description

    Description of the bolded item.

    Properties

    BoldTextLength

    Gets or sets the length of the bold text in context prompt window.

    Declaration
    public int BoldTextLength { get; }
    Property Value
    Type Description
    System.Int32

    BoldTextStart

    Gets or sets the start position of the bold text in context prompt window.

    Declaration
    public int BoldTextStart { get; }
    Property Value
    Type Description
    System.Int32

    Description

    Gets or sets the description of the context prompt item.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String

    ParentCollection

    Gets the parent collection of the context prompt item.

    Declaration
    public ContextPromptBoldItemCollection ParentCollection { get; }
    Property Value
    Type Description
    ContextPromptBoldItemCollection

    Selected

    Gets or sets a value indicating whether the item is selected or not.

    Declaration
    public bool Selected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Events

    SelectionChanged

    Occurs when Selected property changed.

    Declaration
    public event EventHandler SelectionChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved