DrawTreeNodeExtendedEventArgsStateBounds Property
This is used to set or get the bounds of the checkbox or state image if it is drawn
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Rectangle StateBounds { get; set; }
Public Property StateBounds As Rectangle
Get
Set
public:
property Rectangle StateBounds {
Rectangle get ();
void set (Rectangle value);
}
member StateBounds : Rectangle with get, set
Property Value
Rectangle