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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.