C# Class IjwFramework.Ui.EmbeddedScrollBar

Afficher le fichier Open project: chrisforbes/Ijw.Framework Class Usage Examples

Méthodes publiques

Méthode Description
EmbeddedScrollBar ( ScrollableView host, ScrollOrientation type ) : System
HandleMessage ( Message m ) : void

Private Methods

Méthode 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 méthode

public EmbeddedScrollBar ( ScrollableView host, ScrollOrientation type ) : System
host ScrollableView
type ScrollOrientation
Résultat System

HandleMessage() public méthode

public HandleMessage ( Message m ) : void
m System.Windows.Forms.Message
Résultat void