DrawTreeNodeExtendedEventArgsText Property
This is used to set or get the text to draw for the node
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property 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.