Files
Pilz/Pilz.Win32/Mapped/SystemIconSize.vb
2023-01-02 14:35:59 +01:00

13 lines
278 B
VB.net

Namespace Mapped
''' <summary>
''' Two constants extracted from the FileInfoFlags, the only that are
''' meaningfull for the user of this class.
''' </summary>
Public Enum SystemIconSize As Integer
Large
Small
End Enum
End Namespace