Version

HotTrackPressedAppearanceOnToolbar Property

Gets or sets the appearance for the tool when the mouse cursor is over it with the mouse button depressed and it is on an UltraToolbar.
Syntax
'Declaration
 
Public Property HotTrackPressedAppearanceOnToolbar As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase HotTrackPressedAppearanceOnToolbar {get; set;}

Property Value

The appearance for the tool when the mouse cursor is over it with the mouse button depressed and it is on an UltraToolbar.
Remarks

The Appearance property of an object is used to associate the object with an Appearance object that will determine its appearance. The Appearance object has properties that control settings such as color, borders, font, transparency, etc. For many of the objects in UltraWinToolbars, you do not set formatting properties directly. Instead, you set the properties of an Appearance object, which controls the formatting of the object it is attached to.

Note that the properties of an Appearance object can also operate in a hierarchical fashion. Certain properties can be set to a "use default" value, which indicates to the control that the property should take its setting from the object's parent. This functionality is enabled by default, so that unless you specify otherwise, child objects resemble their parents, and formatting set at higher levels of the control hierarchy is inherited by objects lower in the hierarchy.

The HotTrackPressedAppearanceOnMenu property returns or sets the Appearance used when the tool is on a PopupMenuTool.

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