Draw Tree Node Extended Event ArgsString Format Property
This is used to set or get the string format to use when drawing the text
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public StringFormat StringFormat { get; set; }VB
Public Property StringFormat As StringFormat
Get
SetC++
public:
property StringFormat^ StringFormat {
StringFormat^ get ();
void set (StringFormat^ value);
}F#
member StringFormat : StringFormat with get, set