public static void setItemData(this UpgradeHelpers.BasicViewModels.ListBoxViewModel instance, int ItemData, object Row)
 {
     UpgradeHelpers.Helpers.NotUpgradedHelper.NotifyNotUpgradedElement("LpADOLib.fpListAdo.ItemData");
 }
 public static int getNewIndex(this UpgradeHelpers.BasicViewModels.ListBoxViewModel instance)
 {
     UpgradeHelpers.Helpers.NotUpgradedHelper.NotifyNotUpgradedElement("LpADOLib.fpListAdo.NewIndex");
     return(0);
 }
示例#3
0
 public static void Set_TabStop(this UpgradeHelpers.BasicViewModels.ListBoxViewModel _ListBox, bool TabStop)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
示例#4
0
 public static DrawMode Get_DrawMode(this UpgradeHelpers.BasicViewModels.ListBoxViewModel _ListBox)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }
示例#5
0
 public static void Set_BorderStyle(this UpgradeHelpers.BasicViewModels.ListBoxViewModel _ListBox, UpgradeHelpers.Helpers.BorderStyle BorderStyle)
 {
     throw new NotImplementedException("This is an automatic generated code, please implement the requested logic.");
 }