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

Summary description for SplitViewChildControl.
Inheritance: BaseControl
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
LeftThumb ThumbControl
TopThumb ThumbControl

Protected Properties

Property Type Description
hScroll System.Windows.Forms.HScrollBar
vScroll System.Windows.Forms.VScrollBar

Private Properties

Property Type Description
DoResize void
InitializeComponent void

Public Methods

Method Description
HideThumbs ( ) : void
ShowThumbs ( ) : void
SplitViewChildControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
DoResize ( ) : void
InitializeComponent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HideThumbs() public method

public HideThumbs ( ) : void
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

ShowThumbs() public method

public ShowThumbs ( ) : void
return void

SplitViewChildControl() public method

public SplitViewChildControl ( ) : System
return System

Property Details

LeftThumb public_oe property

public ThumbControl,Alsing.Windows.Forms.CoreLib LeftThumb
return ThumbControl

TopThumb public_oe property

public ThumbControl,Alsing.Windows.Forms.CoreLib TopThumb
return ThumbControl

hScroll protected_oe property

protected HScrollBar,System.Windows.Forms hScroll
return System.Windows.Forms.HScrollBar

vScroll protected_oe property

protected VScrollBar,System.Windows.Forms vScroll
return System.Windows.Forms.VScrollBar