C# Class IjwFramework.Ui.EmbeddedScrollBar

Show file Open project: chrisforbes/Ijw.Framework Class Usage Examples

Public Methods

Method Description
EmbeddedScrollBar ( ScrollableView host, ScrollOrientation type ) : System
HandleMessage ( Message m ) : void

Private Methods

Method Description
GetScrollInfo ( IntPtr window, ScrollOrientation bar, ScrollInfo &info ) : int
SetScrollInfo ( IntPtr window, ScrollOrientation bar, [ info, bool redraw ) : int
SynchronizeFromScrollbar ( ) : void
Update ( ) : void

Method Details

EmbeddedScrollBar() public method

public EmbeddedScrollBar ( ScrollableView host, ScrollOrientation type ) : System
host ScrollableView
type ScrollOrientation
return System

HandleMessage() public method

public HandleMessage ( Message m ) : void
m System.Windows.Forms.Message
return void