public static UpgradeHelpers.Helpers.BorderStyle Get_BorderStyle(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBoxBase)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_ForeColor(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBoxBase, UpgradeHelpers.Helpers.Color ForeColor)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_MaxLength(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBoxBase, int MaxLength)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static RightToLeft Get_RightToLeft(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBox)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static Stubs._System.Drawing.Point Get_Location(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBox)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_AcceptsReturn(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBox, bool AcceptsReturn)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_TextAlign(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBox, UpgradeHelpers.Helpers.HorizontalAlignment TextAlign)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
 public static void Set_ScrollBars(this UpgradeHelpers.BasicViewModels.TextBoxViewModel _TextBox, ScrollBars ScrollBars)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }