Infragistics(R) NetAdvantage(R) Windows Forms
UltraNavigationBarActionButton Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : UltraNavigationBarActionButton Class

Encapsulates an action button for the UltraNavigationBar control.

Syntax

Visual Basic (Declaration) 
Public Class UltraNavigationBarActionButton 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
C# 
public class UltraNavigationBarActionButton : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  

Remarks

Action buttons appear on the right side of the control, next to the previous locations dropdown button. They provide a simple mechanism for executing an application-specific task; the end developer handles the ActionButtonClicked event, and inserts the code to be executed in the event handler. Action buttons can display an image and a tooltip, and expose separate T:Infragistics.Win.Appearance-derived properties for the normal, hot tracked, and pressed states.

By default, the UltraNavigationBar does not display any action buttons; one or more members must be added to the control's ActionButtons collection.

See Also