Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a brush that is used to paint the border of a completion tab item when the mouse is hovering over it.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property TabItemHotBorderBrush As Brush
public virtual Brush TabItemHotBorderBrush { get; protected set; }
public:
virtual property Brush^ TabItemHotBorderBrush {
Brush^ get ();
protected: void set (Brush^ value);
}
abstract TabItemHotBorderBrush : Brush with get, set
override TabItemHotBorderBrush : Brush with get, set
function get TabItemHotBorderBrush () : Brush
protected function set TabItemHotBorderBrush (value : Brush)
Property Value
Type: System.Windows.Media.Brush
Brush .
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.