'Declaration
<AttributeUsageAttribute(AttributeTargets.All,
Inherited=True,
AllowMultiple=False)>
Public Class ItemsSourceAttribute
Inherits System.Attribute
publicclass Person
{
[Category("Writing")]
[DisplayName("Writing Font Size")]
[Description("This property uses the DoubleUpDown as the default editor.")]
[ItemsSource(typeof(FontSizeItemsSource))]
publicdouble WritingFontSize { get; set; }
}
Target Platforms: Windows 11, Windows 10, 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