ThemedIconSet.TreeViewCollapsed Property

Returns the glyph icon that shows a collapsed node in a tree view

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

Syntax

'Declaration
Public ReadOnly Property TreeViewCollapsed As Bitmap
public Bitmap TreeViewCollapsed { get; }
public:
property Bitmap^ TreeViewCollapsed {
    Bitmap^ get ();
}
member TreeViewCollapsed : Bitmap with get
function get TreeViewCollapsed () : Bitmap

Property Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

ThemedIconSet Class

Microsoft.TeamFoundation.Controls.WinForms Namespace