Version

HasRightImages Property

Indicates if there are any images in the RightImages collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property HasRightImages As Boolean
public virtual bool HasRightImages {get;}
Remarks

By default, this property returns true if the RightImages has been allocated and has at least 1 item in the collection. A derived UltraTreeNode that overrides RightImages should return a value appropriate to that class. Also, a derived UltraTreeNode class that does not override RightImages should override this property and return the value of the ShouldSerializeRightImages method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also