Slider tooltip on single click / hover

Hi guys,

I'm using a custom class for my knobs that is derived from Slider class. I'm trying to get the tooltip to show when the knob is clicked or hovered. There's any way I can get a reference to the PopupDisplayComponent that is in the base class? 

Thanks!

No, it's an entirely private class, would be impossible to expose it for custom use, I'm afraid. Would need to extend the Slider class in some other way to open up more flexibility for things like that.