Class LabelEditBeginEventArgs
LabelEditing event arguement class
Inheritance
System.Object
LabelEditBeginEventArgs
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
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class LabelEditBeginEventArgs
Constructors
LabelEditBeginEventArgs(String)
LabelEdit ends event arguement class initializer
Declaration
public LabelEditBeginEventArgs(string Text)
Parameters
Type | Name | Description |
---|---|---|
System.String | Text |
Properties
Cancel
Cancel the selection
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Gets the TabBarText
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |