Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.