LayoutFarm.InternalUI.ScrollBarButton.ScrollBarButton C# (CSharp) Method

ScrollBarButton() public method

public ScrollBarButton ( int w, int h, ScrollBar owner ) : System
w int
h int
owner ScrollBar
return System
        public ScrollBarButton(int w, int h, ScrollBar owner)
            : base(w, h)
        {
            this.OwnerScrollBar = owner;
        }
        internal ScrollBar OwnerScrollBar