ThemedIconSet.TreeViewExpanded Property

Returns the glyph icon that shows an expanded node in a tree view

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

Syntax

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

Property Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

ThemedIconSet Class

Microsoft.TeamFoundation.Controls.WinForms Namespace