Version

UltraNavigationBarActionButton Class

Encapsulates an action button for the UltraNavigationBar control.
Syntax
'Declaration
 
Public Class UltraNavigationBarActionButton 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
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 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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also