C# Class SidebarLibrary.CommandBars.ReBar

Summary description for Rebar.
Inheritance: System.Windows.Forms.Control, IMessageFilter
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
GetBandRect ( int bandIndex ) : Rectangle
GetRebarHeight ( ) : int
PreProcessMessage ( Message &msg ) : bool
ReBar ( ) : System
UpdateBackgroundColor ( ) : void
UpdateBandsColors ( object sender, EventArgs e ) : void

Protected Methods

Method Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
HitGripper ( MouseEventArgs e ) : bool
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
Band_HandleCreated ( Object s, EventArgs e ) : void
Band_TextChanged ( Object s, EventArgs e ) : void
Bands_Changed ( Object s, EventArgs e ) : void
BeginUpdate ( ) : void
CaptureBands ( ) : void
DrawGripper ( Graphics g, Rectangle bounds ) : void
EndUpdate ( ) : void
GetBandActualIndex ( int bandIndex ) : int
GetBandInfo ( int index ) : REBARBANDINFO
GetRebarInfo ( int index ) : REBARBANDINFO
IMessageFilter ( Message &message ) : bool
IsCommonCtrl6 ( ) : bool
NotifyChevronPushed ( Message &m ) : void
NotifyChildSize ( ) : void
PaintBackground ( ) : void
RealizeBands ( ) : void
ReleaseBands ( ) : void
ShowMoveCursor ( MouseEventArgs e ) : bool
UpdateBand ( int index ) : void
UpdateBands ( ) : void
UpdateSize ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

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

GetBandRect() public method

public GetBandRect ( int bandIndex ) : Rectangle
bandIndex int
return System.Drawing.Rectangle

GetRebarHeight() public method

public GetRebarHeight ( ) : int
return int

HitGripper() protected method

protected HitGripper ( MouseEventArgs e ) : bool
e MouseEventArgs
return bool

OnHandleCreated() protected method

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

OnMouseDown() protected method

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

OnMouseMove() protected method

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

OnMouseUp() protected method

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

OnParentChanged() protected method

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

PreProcessMessage() public method

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
return bool

ReBar() public method

public ReBar ( ) : System
return System

UpdateBackgroundColor() public method

public UpdateBackgroundColor ( ) : void
return void

UpdateBandsColors() static public method

static public UpdateBandsColors ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void