Class ContextPromptBoldTextItem
Represents a class that provides functionalities related to ContextPromptBoldTextItem.
Inheritance
System.Object
ContextPromptBoldTextItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |
---|
System.Int32 |
Description
Gets or sets the description of the context prompt item.
Declaration
public string Description { get; }
Property Value
Type |
---|
System.String |
ParentCollection
Gets the parent collection of the context prompt item.
Declaration
public ContextPromptBoldItemCollection ParentCollection { get; }
Property Value
Type |
---|
ContextPromptBoldItemCollection |
Selected
Gets or sets a value indicating whether the item is selected or not.
Declaration
public bool Selected { get; set; }
Property Value
Type |
---|
System.Boolean |
Events
SelectionChanged
Occurs when Selected property changed.
Declaration
public event EventHandler SelectionChanged
Event Type
Type |
---|
System.EventHandler |