Draw Tree Node Extended Event ArgsText Property
This is used to set or get the text to draw for the node
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
By default, it is set to the node's text. As long as a font has been specified, the TextBounds property is recalculated automatically.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string Text { get; set; }VB
Public Property Text As String
Get
SetC++
public:
property String^ Text {
String^ get ();
void set (String^ value);
}F#
member Text : string with get, setProperty Value
StringBy default, it is set to the node's text. As long as a font has been specified, the TextBounds property is recalculated automatically.