Draw 'Bubble' (like Console Collapse icon) in editor

Is there any way to display a bubble in the editor.

If you enable collapse in the console, the little bubble containing the number of collapsed items is exactly what I’m going for.

I’m prepared to even utilize reflection if that’s a necessity to access the functionality.

Thanks!

You can draw a texture for the bubble and make your label with number overlap this texture by setting both of them to have the same GUI rect position.