ThemedIconSet.TreeViewExpandedSelected Property

Returns the glyph icon that shows an expanded * 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 TreeViewExpandedSelected As Bitmap
public Bitmap TreeViewExpandedSelected { get; }
public:
property Bitmap^ TreeViewExpandedSelected {
    Bitmap^ get ();
}
member TreeViewExpandedSelected : Bitmap with get
function get TreeViewExpandedSelected () : Bitmap

Property Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

ThemedIconSet Class

Microsoft.TeamFoundation.Controls.WinForms Namespace