- using System;
- namespace LYFZ.OtherExpansion.Win32.Const
- {
- public class SIF
- {
- public const int SIF_RANGE = 1;
- public const int SIF_PAGE = 2;
- public const int SIF_POS = 4;
- public const int SIF_DISABLENOSCROLL = 8;
- public const int SIF_TRACKPOS = 16;
- public const int SIF_ALL = 23;
- }
- }
|