C# Класс Alsing.Windows.Forms.CoreLib.SplitViewControl

Summary description for SplitView.
Наследование: System.Windows.Forms.Control
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InvokeMouseDownh ( ) : void

Start dragging the horizontal splitter.

InvokeMouseDownv ( ) : void

Start dragging the vertical splitter.

ResetSplitview ( ) : void
Split5050h ( ) : void

Splits the view horiziontally.

Split5050v ( ) : void

Splits teh view vertically.

SplitViewControl ( ) : System

Default constructor for the splitview control

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void

OnResize ( EventArgs e ) : void

Приватные методы

Метод Описание
Center_DoubleClick ( object sender, EventArgs e ) : void
Center_MouseDown ( object sender, MouseEventArgs e ) : void
Center_MouseMove ( object sender, MouseEventArgs e ) : void
Center_MouseUp ( object sender, MouseEventArgs e ) : void
DoResize ( ) : void
Horizontal_DoubleClick ( object sender, EventArgs e ) : void
Horizontal_MouseDown ( object sender, MouseEventArgs e ) : void
Horizontal_MouseMove ( object sender, MouseEventArgs e ) : void
Horizontal_MouseUp ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnHideLeft ( ) : void
OnHideTop ( ) : void
OnResizing ( ) : void
ReSize ( int x, int y ) : void
ReSize2 ( ) : void
SplitViewControl_Enter ( object sender, EventArgs e ) : void
SplitViewControl_Leave ( object sender, EventArgs e ) : void
SplitViewControl_VisibleChanged ( object sender, EventArgs e ) : void
Vertical_DoubleClick ( object sender, EventArgs e ) : void
Vertical_MouseDown ( object sender, MouseEventArgs e ) : void
Vertical_MouseMove ( object sender, MouseEventArgs e ) : void
Vertical_MouseUp ( object sender, MouseEventArgs e ) : void
Vertical_Resize ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

InvokeMouseDownh() публичный метод

Start dragging the horizontal splitter.
public InvokeMouseDownh ( ) : void
Результат void

InvokeMouseDownv() публичный метод

Start dragging the vertical splitter.
public InvokeMouseDownv ( ) : void
Результат void

OnControlAdded() защищенный метод

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Результат void

OnResize() защищенный метод

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void

ResetSplitview() публичный метод

public ResetSplitview ( ) : void
Результат void

Split5050h() публичный метод

Splits the view horiziontally.
public Split5050h ( ) : void
Результат void

Split5050v() публичный метод

Splits teh view vertically.
public Split5050v ( ) : void
Результат void

SplitViewControl() публичный метод

Default constructor for the splitview control
public SplitViewControl ( ) : System
Результат System