Draw Tree Node Extended Event ArgsGraphics Property
This read-only property returns the graphics object
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 Graphics Graphics { get; }VB
Public ReadOnly Property Graphics As Graphics
GetC++
public:
property Graphics^ Graphics {
Graphics^ get ();
}F#
member Graphics : Graphics with get