Version

HasAppearancesSmall Property

Returns a Boolean value indicating whether a ToolAppearances object has been created for the AppearancesSmall property.
Syntax
'Declaration
 
Public ReadOnly Property HasAppearancesSmall As Boolean
public bool HasAppearancesSmall {get;}
Remarks

Tools can display large or small images, depending on whether they are on an UltraToolbar or PopupMenuTool, controlled by the UltraToolbarsManager.UseLargeImagesOnToolbar and UltraToolbarsManager.UseLargeImagesOnMenu properties, respectively.

This property is used to determine whether the AppearancesSmall property has been set.

The HasAppearancesLarge property is used to determine whether the AppearancesLarge property has been set.

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