Draw Tree Node Extended Event ArgsImage Bounds Property
This is used to set or get the bounds of the node image if it is drawn
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 Rectangle ImageBounds { get; set; }VB
Public Property ImageBounds As Rectangle
Get
SetC++
public:
property Rectangle ImageBounds {
Rectangle get ();
void set (Rectangle value);
}F#
member ImageBounds : Rectangle with get, set