BekoSan.ProductivityFunctions
2.0.0
See the version list below for details.
Requires NuGet 1.0.0 or higher.
dotnet add package BekoSan.ProductivityFunctions --version 2.0.0
NuGet\Install-Package BekoSan.ProductivityFunctions -Version 2.0.0
<PackageReference Include="BekoSan.ProductivityFunctions" Version="2.0.0" />
paket add BekoSan.ProductivityFunctions --version 2.0.0
#r "nuget: BekoSan.ProductivityFunctions, 2.0.0"
// Install BekoSan.ProductivityFunctions as a Cake Addin #addin nuget:?package=BekoSan.ProductivityFunctions&version=2.0.0 // Install BekoSan.ProductivityFunctions as a Cake Tool #tool nuget:?package=BekoSan.ProductivityFunctions&version=2.0.0
This is an extension functions library for PictureBox , DataGridView ,Form and Byte Array and Exceiption Class.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
#Release Notes :
v2.0.0
Added New Functions.
ListView Functions:
LoadFoldersList() // Takes one parameter which is parentDirectory . its loads all the folders in parentDirectory to list view.
LoadFoldersListAysnc() // Takes one parameter which is parentDirectory . its loads all the folders in parentDirectory to list view aysnc.
LoadFilesList() // Takes one parameter which is parentDirectory . its loads all the files in parentDirectory to list view.
LoadFoldersListAysnc() // Takes one parameter which is parentDirectory . its loads all the folders in parentDirectory to list view aysnc.
LoadFilesListWithIcons() // Takes one parameter which is parentDirectory . its loads all the files with there icons in parentDirectory to list view.
LoadFilesListWithIconsAysnc() // Takes one parameter which is parentDirectory . its loads all the files with there icons in parentDirectory to list view aysnc.
DataGridViewComboBoxCell Methods :
UpdateDataSource() // It takes 3 parameters *dataSource // the data source. *displayMember // the display member for the DataGridViewComboBoxCell. *valueMember // the value member for the DataGridViewComboBoxCell Important Note : Use this on in DataGridView.RowsAdded Event.
ImageList Methods :
FillImageList() // Takes one parameter icons List List. it fills the ImageList.Images Property.