namespace FarsiLibrary.Win
{
///
/// Hit test result of
///
public enum HitTestResult
{
CloseButton,
MenuGlyph,
TabItem,
None
}
///
/// Theme Type
///
public enum ThemeTypes
{
WindowsXP,
Office2000,
Office2003
}
///
/// Indicates a change into TabStrip collection
///
public enum FATabStripItemChangeTypes
{
Added,
Removed,
Changed,
SelectionChanged
}
}