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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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