Click or drag to resize

ViewDrawMonthUpDownDrawMonthCalendarGlyph Enumeration

Specific the possible glyphs the button can draw.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum DrawMonthCalendarGlyph
Members
Member nameValueDescription
DropDownButton0 Specifies the drop down button glyph.
UpButton1 Specifies the up button glyph.
DownButton2 Specifies the down button glyph.
See Also