Top Method Summary
Options Name Purpose
ClosePopup () Closes the Git branches popup when it is currently visible
GitBranchesControlLeaveHandler (Object, EventArgs) Event handler for the Leave event of the GitBranchesControl
ShowPopup (UltraStatusBar) Shows the GitBranchesControl in a popup container above the given UltraStatusBar
StatusBarPanelClickHandler (Object, PanelClickEventArgs) Event handler for the PanelClick event of a subscribed UltraStatusBar
SubscribeStatusBar (UltraStatusBar) Subscribes the PanelClick event of the given UltraStatusBar so that a click on the gitbranch panel shows the Git branches popup


Method Detail
Top

ClosePopup ()

Purpose: Closes the Git branches popup when it is currently visible
Notes:

Top

GitBranchesControlLeaveHandler (Object, EventArgs)

Purpose: Event handler for the Leave event of the GitBranchesControl
Notes: Closes the popup when the control loses the focus

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ShowPopup (UltraStatusBar)

Purpose: Shows the GitBranchesControl in a popup container above the
given UltraStatusBar
Notes:

Parameters:
poStatusBar Infragistics.Win.UltraWinStatusBar.UltraStatusBar
The UltraStatusBar to position the popup above
Top

StatusBarPanelClickHandler (Object, PanelClickEventArgs)

Purpose: Event handler for the PanelClick event of a subscribed
UltraStatusBar
Notes: Shows the Git branches popup when the gitbranch panel is clicked

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinStatusBar.PanelClickEventArgs
The PanelClickEventArgs with the data for this event
Top

SubscribeStatusBar (UltraStatusBar)

Purpose: Subscribes the PanelClick event of the given UltraStatusBar so
that a click on the gitbranch panel shows the Git branches popup
Notes:

Parameters:
poStatusBar Infragistics.Win.UltraWinStatusBar.UltraStatusBar
The UltraStatusBar containing the gitbranch panel


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:11:07