RightToLeft.cs 119 B

123456789
  1. namespace System.Windows.Forms
  2. {
  3. public enum RightToLeft
  4. {
  5. No,
  6. Yes,
  7. Inherit
  8. }
  9. }