Version

ValueList Property (RadialMenuFontListTool)

Gets or sets the ValueList used by the tool
Syntax
'Declaration
 
Public Overrides Property ValueList As Infragistics.Win.ValueList
public override Infragistics.Win.ValueList ValueList {get; set;}
Remarks

Note: The developer is responsible for disposing any external ValueList that is assigned to this property; the tool will only dispose ValueLists that are created internally. This means that if there are two tools, A and B, if B is assigned the ValueList that is created by A, if A is disposed, B will have a disposed ValueList. In this case, a new, blank ValueList will be created the next time that B needs to access the ValueList property. In order to work around this issue, it is recommended that a ValueList be created manually and assigned to each tool, ensuring that the list is disposed properly.

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