ToolTipsFactory

Object Model - Enumerations - SymbolLocationOverride


Provides the different locations on which a symbol (bitmap) can be placed in tooltips that support symbols as adorning elements.

[Visual Basic]
Public Enum SymbolLocationOverride
[C#]
public enum SymbolLocationOverride

Description

This enumeration is identical to the SymbolLocation-enumeration, except that it provides one more member: The value "OverrideOff" is used to reset an already set override-value for a property. This option is usually offered by the dropdown-lists in the property-grid for the Override-object exposed by the extended properties (please see "Provided properties" and "Layout Override-Designer" for more details).

Setting Override.SymbolAlignment=SymbolLocationOverride.OverrideOff (where applicable) tells the tooltip component to use the default SymbolLocation defined at the component-level, and to not change it for the specific control, while any other value would cause the component to place the symbol in the tooltip for the specific control at the SymbolLocation assigned to Override.SymbolAlignment.