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