ThemeInvariantWinformsIcons Class

Contains theme invariant Icons.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Controls.WinForms.ThemedIconSet
    Microsoft.TeamFoundation.Controls.WinForms.ThemeInvariantWinformsIcons

Namespace:  Microsoft.TeamFoundation.Controls.WinForms
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Class ThemeInvariantWinformsIcons _
    Inherits ThemedIconSet
public class ThemeInvariantWinformsIcons : ThemedIconSet
public ref class ThemeInvariantWinformsIcons : public ThemedIconSet
type ThemeInvariantWinformsIcons =  
    class 
        inherit ThemedIconSet 
    end
public class ThemeInvariantWinformsIcons extends ThemedIconSet

The ThemeInvariantWinformsIcons type exposes the following members.

Constructors

  Name Description
Public method ThemeInvariantWinformsIcons

Top

Properties

  Name Description
Protected property ArrowCollapsedFill (Overrides ThemedIconSet.ArrowCollapsedFill.)
Protected property ArrowCollapsedForeground (Overrides ThemedIconSet.ArrowCollapsedForeground.)
Protected property ArrowExpandedFill (Overrides ThemedIconSet.ArrowExpandedFill.)
Protected property ArrowExpandedForeground (Overrides ThemedIconSet.ArrowExpandedForeground.)
Protected property ArrowSelectedFill (Overrides ThemedIconSet.ArrowSelectedFill.)
Protected property ArrowSelectedForeground (Overrides ThemedIconSet.ArrowSelectedForeground.)
Public propertyStatic member Instance
Public property TreeViewCollapsed Returns the glyph icon that shows a collapsed node in a tree view (Inherited from ThemedIconSet.)
Public property TreeViewCollapsedSelected Returns the glyph icon that shows a collapsed * Selected node in a tree view (Inherited from ThemedIconSet.)
Public property TreeViewExpanded Returns the glyph icon that shows an expanded node in a tree view (Inherited from ThemedIconSet.)
Public property TreeViewExpandedSelected Returns the glyph icon that shows an expanded * Selected node in a tree view (Inherited from ThemedIconSet.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Reset Reset any cached themed glyphs - Apply theme changes on existing bitmaps. (Inherited from ThemedIconSet.)
Public methodStatic member ResetIfExists
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Controls.WinForms Namespace