C# Class cadencii.apputil.BSplitContainer

Inheritance: System.Windows.Forms.ContainerControl
Exibir arquivo Open project: cadencii/cadencii

Private Properties

Property Type Description
InitializeComponent void
SplitContainerEx_Paint void
UpdateLayout bool
m_lbl_splitter_MouseDown void
m_lbl_splitter_MouseMove void
m_lbl_splitter_MouseUp void
m_panel1_BorderStyleChanged void
m_panel1_SizeChanged void
m_panel2_BorderStyleChanged void
m_panel2_SizeChanged void

Public Methods

Method Description
BSplitContainer ( ) : System
getDividerLocation ( ) : int
getDividerSize ( ) : int
getHeight ( ) : int
getPanel1MinSize ( ) : int
getPanel2MinSize ( ) : int
getWidth ( ) : int
isEnabled ( ) : bool

コントロールがユーザーとの対話に応答できるかどうかを示す値を取得します。

isSplitterFixed ( ) : bool
setBottomComponent ( Control comp ) : void
setDividerLocation ( int value ) : void
setDividerSize ( int value ) : void
setEnabled ( bool value ) : void

コントロールがユーザーとの対話に応答できるかどうかを示す値を設定します。

setLeftComponent ( Control comp ) : void
setPanel1Hidden ( bool value ) : void
setPanel1MinSize ( int value ) : void
setPanel2Hidden ( bool value ) : void
setPanel2MinSize ( int value ) : void
setRightComponent ( Control comp ) : void
setSplitterFixed ( bool value ) : void
setTopComponent ( Control comp ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

SplitContainerEx_Paint ( object sender, PaintEventArgs e ) : void
UpdateLayout ( int splitter_distance, int splitter_width, int panel1_min, int panel2_min, bool check_only ) : bool
m_lbl_splitter_MouseDown ( object sender, MouseEventArgs e ) : void
m_lbl_splitter_MouseMove ( object sender, MouseEventArgs e ) : void
m_lbl_splitter_MouseUp ( object sender, MouseEventArgs e ) : void
m_panel1_BorderStyleChanged ( object sender, EventArgs e ) : void
m_panel1_SizeChanged ( object sender, EventArgs e ) : void
m_panel2_BorderStyleChanged ( object sender, EventArgs e ) : void
m_panel2_SizeChanged ( object sender, EventArgs e ) : void

Method Details

BSplitContainer() public method

public BSplitContainer ( ) : System
return System

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

OnSizeChanged() protected method

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

getDividerLocation() public method

public getDividerLocation ( ) : int
return int

getDividerSize() public method

public getDividerSize ( ) : int
return int

getHeight() public method

public getHeight ( ) : int
return int

getPanel1MinSize() public method

public getPanel1MinSize ( ) : int
return int

getPanel2MinSize() public method

public getPanel2MinSize ( ) : int
return int

getWidth() public method

public getWidth ( ) : int
return int

isEnabled() public method

コントロールがユーザーとの対話に応答できるかどうかを示す値を取得します。
public isEnabled ( ) : bool
return bool

isSplitterFixed() public method

public isSplitterFixed ( ) : bool
return bool

setBottomComponent() public method

public setBottomComponent ( Control comp ) : void
comp System.Windows.Forms.Control
return void

setDividerLocation() public method

public setDividerLocation ( int value ) : void
value int
return void

setDividerSize() public method

public setDividerSize ( int value ) : void
value int
return void

setEnabled() public method

コントロールがユーザーとの対話に応答できるかどうかを示す値を設定します。
public setEnabled ( bool value ) : void
value bool
return void

setLeftComponent() public method

public setLeftComponent ( Control comp ) : void
comp System.Windows.Forms.Control
return void

setPanel1Hidden() public method

public setPanel1Hidden ( bool value ) : void
value bool
return void

setPanel1MinSize() public method

public setPanel1MinSize ( int value ) : void
value int
return void

setPanel2Hidden() public method

public setPanel2Hidden ( bool value ) : void
value bool
return void

setPanel2MinSize() public method

public setPanel2MinSize ( int value ) : void
value int
return void

setRightComponent() public method

public setRightComponent ( Control comp ) : void
comp System.Windows.Forms.Control
return void

setSplitterFixed() public method

public setSplitterFixed ( bool value ) : void
value bool
return void

setTopComponent() public method

public setTopComponent ( Control comp ) : void
comp System.Windows.Forms.Control
return void