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