C# Class SidebarLibrary.CommandBars.ReBar

Summary description for Rebar.
Inheritance: System.Windows.Forms.Control, IMessageFilter
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBandRect() public méthode

public GetBandRect ( int bandIndex ) : Rectangle
bandIndex int
Résultat System.Drawing.Rectangle

GetRebarHeight() public méthode

public GetRebarHeight ( ) : int
Résultat int

HitGripper() protected méthode

protected HitGripper ( MouseEventArgs e ) : bool
e MouseEventArgs
Résultat bool

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

PreProcessMessage() public méthode

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
Résultat bool

ReBar() public méthode

public ReBar ( ) : System
Résultat System

UpdateBackgroundColor() public méthode

public UpdateBackgroundColor ( ) : void
Résultat void

UpdateBandsColors() static public méthode

static public UpdateBandsColors ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void