C# Class Alsing.Windows.Forms.CoreLib.SplitViewChildControl

Summary description for SplitViewChildControl.
Inheritance: BaseControl
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
LeftThumb ThumbControl
TopThumb ThumbControl

Protected Properties

Свойство Type Description
hScroll System.Windows.Forms.HScrollBar
vScroll System.Windows.Forms.VScrollBar

Private Properties

Свойство Type Description
DoResize void
InitializeComponent void

Méthodes publiques

Méthode Description
HideThumbs ( ) : void
ShowThumbs ( ) : void
SplitViewChildControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
DoResize ( ) : void
InitializeComponent ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HideThumbs() public méthode

public HideThumbs ( ) : void
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowThumbs() public méthode

public ShowThumbs ( ) : void
Résultat void

SplitViewChildControl() public méthode

public SplitViewChildControl ( ) : System
Résultat System

Property Details

LeftThumb public_oe property

public ThumbControl,Alsing.Windows.Forms.CoreLib LeftThumb
Résultat ThumbControl

TopThumb public_oe property

public ThumbControl,Alsing.Windows.Forms.CoreLib TopThumb
Résultat ThumbControl

hScroll protected_oe property

protected HScrollBar,System.Windows.Forms hScroll
Résultat System.Windows.Forms.HScrollBar

vScroll protected_oe property

protected VScrollBar,System.Windows.Forms vScroll
Résultat System.Windows.Forms.VScrollBar