Version

DropDownStyle Property (WebCalendarView)

Style that is applied to the html-elements that render month and year selectors with drop-down lists.
Syntax
'Declaration
 
Public ReadOnly Property DropDownStyle As Style
public Style DropDownStyle {get;}
Remarks

Note that the SELECT elements are used, and, therefore, some properties may have no effect. For example, BackgroundImage.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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