C# Class RatioMaster_source.PanelBase

Inheritance: System.Windows.Forms.Panel
Mostrar archivo Open project: NikolayIT/RatioMaster.NET

Private Properties

Property Type Description

Public Methods

Method Description
Collapse ( ) : void
Expand ( ) : void
PanelBase ( ) : System
ShouldSerializeSize ( ) : bool

Protected Methods

Method Description
GetCaptionHeight ( ) : int
OnAllowCollapseChanged ( EventArgs e ) : void
OnBevelStyleChanged ( EventArgs e ) : void
OnCollapsed ( EventArgs e ) : void
OnExpanded ( EventArgs e ) : void
OnIsCollapseChanged ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

Expand() public method

public Expand ( ) : void
return void

GetCaptionHeight() protected method

protected GetCaptionHeight ( ) : int
return int

OnAllowCollapseChanged() protected method

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

OnBevelStyleChanged() protected method

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

OnCollapsed() protected method

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

OnExpanded() protected method

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

OnIsCollapseChanged() protected method

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

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnResize() protected method

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

OnTextChanged() protected method

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

PanelBase() public method

public PanelBase ( ) : System
return System

ShouldSerializeSize() public method

public ShouldSerializeSize ( ) : bool
return bool