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
- 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.