RibbonRendererOnRenderScrollbar Method
Call to draw the scrollbar on the Control
Namespace: PCB_Investigator.PCBIControls.RibbonAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public virtual void OnRenderScrollbar(
Graphics g,
Control item,
Ribbon ribbon
)
Public Overridable Sub OnRenderScrollbar (
g As Graphics,
item As Control,
ribbon As Ribbon
)
public:
virtual void OnRenderScrollbar(
Graphics^ g,
Control^ item,
Ribbon^ ribbon
)
abstract OnRenderScrollbar :
g : Graphics *
item : Control *
ribbon : Ribbon -> unit
override OnRenderScrollbar :
g : Graphics *
item : Control *
ribbon : Ribbon -> unit
Parameters
- g Graphics
-
- item Control
-
- ribbon Ribbon
-