ThemedIconSet.TreeViewCollapsedSelected Property

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

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

Syntax

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

Property Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

ThemedIconSet Class

Microsoft.TeamFoundation.Controls.WinForms Namespace