WebKit.WebUIDelegate.paintCustomScrollbar C# (CSharp) Method

paintCustomScrollbar() public method

public paintCustomScrollbar ( WebView WebView, _RemotableHandle &hDC, tagRECT rect, WebScrollBarControlSize size, uint state, WebScrollbarControlPart pressedPart, int vertical, float value, float proportion, uint parts ) : void
WebView WebView
hDC _RemotableHandle
rect tagRECT
size WebScrollBarControlSize
state uint
pressedPart WebScrollbarControlPart
vertical int
value float
proportion float
parts uint
return void
        public void paintCustomScrollbar(WebView WebView, ref _RemotableHandle hDC, tagRECT rect, WebScrollBarControlSize size, uint state, WebScrollbarControlPart pressedPart, int vertical, float value, float proportion, uint parts)
        {
        }