C# Class cadencii.windows.forms.Rebar

Inheritance: System.Windows.Forms.Control
Mostra file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
CHEVRON_WIDTH int

Private Properties

Property Type Description
HitTest RebarBand
InitializeComponent void
NotifyChevronPushed void
OnWindowPosChanging void
OnWindowsMessageRecieved void

Public Methods

Method Description
BandHitTest ( Point pt ) : RebarBand
Rebar ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBackColorChanged ( System e ) : void
OnClick ( System e ) : void
OnCreateControl ( ) : void
OnDoubleClick ( System e ) : void
OnForeColorChanged ( System e ) : void
OnHandleCreated ( System e ) : void
OnLayout ( System levent ) : void
OnMouseDown ( System e ) : void
OnMouseEnter ( System e ) : void
OnMouseHover ( System e ) : void
OnMouseLeave ( System e ) : void
OnMouseMove ( System e ) : void
OnMouseUp ( System e ) : void
OnMouseWheel ( System e ) : void
OnMove ( System e ) : void
OnNotifyMessage ( System m ) : void
OnResize ( System e ) : void
UpdateColors ( ) : void
UpdateImageList ( ) : void
UpdateStyle ( ) : void
WndProc ( System &m ) : void

Private Methods

Method Description
HitTest ( Point pt ) : RebarBand
InitializeComponent ( ) : void

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

NotifyChevronPushed ( Message &message ) : void
OnWindowPosChanging ( object sender, NativeRebarEventArgs e ) : void
OnWindowsMessageRecieved ( object sender, NativeRebarEventArgs e ) : void

Method Details

BandHitTest() public method

public BandHitTest ( Point pt ) : RebarBand
pt Point
return RebarBand

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnBackColorChanged() protected method

protected OnBackColorChanged ( System e ) : void
e System
return void

OnClick() protected method

protected OnClick ( System e ) : void
e System
return void

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnDoubleClick() protected method

protected OnDoubleClick ( System e ) : void
e System
return void

OnForeColorChanged() protected method

protected OnForeColorChanged ( System e ) : void
e System
return void

OnHandleCreated() protected method

protected OnHandleCreated ( System e ) : void
e System
return void

OnLayout() protected method

protected OnLayout ( System levent ) : void
levent System
return void

OnMouseDown() protected method

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

OnMouseEnter() protected method

protected OnMouseEnter ( System e ) : void
e System
return void

OnMouseHover() protected method

protected OnMouseHover ( System e ) : void
e System
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System e ) : void
e System
return void

OnMouseMove() protected method

protected OnMouseMove ( System e ) : void
e System
return void

OnMouseUp() protected method

protected OnMouseUp ( System e ) : void
e System
return void

OnMouseWheel() protected method

protected OnMouseWheel ( System e ) : void
e System
return void

OnMove() protected method

protected OnMove ( System e ) : void
e System
return void

OnNotifyMessage() protected method

protected OnNotifyMessage ( System m ) : void
m System
return void

OnResize() protected method

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

Rebar() public method

public Rebar ( ) : System
return System

UpdateColors() protected method

protected UpdateColors ( ) : void
return void

UpdateImageList() protected method

protected UpdateImageList ( ) : void
return void

UpdateStyle() protected method

protected UpdateStyle ( ) : void
return void

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void

Property Details

CHEVRON_WIDTH public_oe static_oe property

width of chevron. This value will be updated in NotifyChevronPushed method.
public static int CHEVRON_WIDTH
return int