MSPToolkit 1.7.26.1
See the version list below for details.
dotnet add package MSPToolkit --version 1.7.26.1
NuGet\Install-Package MSPToolkit -Version 1.7.26.1
<PackageReference Include="MSPToolkit" Version="1.7.26.1" />
paket add MSPToolkit --version 1.7.26.1
#r "nuget: MSPToolkit, 1.7.26.1"
// Install MSPToolkit as a Cake Addin #addin nuget:?package=MSPToolkit&version=1.7.26.1 // Install MSPToolkit as a Cake Tool #tool nuget:?package=MSPToolkit&version=1.7.26.1
MSP Toolkit provides some helpers and utilites for WP7 maded by Russian Microsoft Student Partners.
Includes:
- TrialHelper
- IsolatedStorageHelper
- TileImageGenerator
- HtmlTextBox
- SwitchFocusOnKeyPressBehavior
- TextBoxWatermarkBehavior
- WebBrowserHtmlPropertyBehavior
Single-byte encodings:
windows1250 — Central and East European Latin
windows1251 — Cyrillic
windows1252 — West European Latin
windows1253 — Greek
windows1254 — Turkish
windows1255 — Hebrew
windows1256 — Arabic
windows1257 — Baltic
windows1258 — Vietnamese
windows874 — Thai
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Silverlight | sl4-wp71 is compatible. |
This package has 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.
NEW added Behaviors:
> SwitchFocusOnKeyPressBehavior
> TextBoxWatermarkBehavior
> WebBrowserHtmlPropertyBehavior
HTMLTextBox & HTMLViewer:
> Performance improved
> Added ImageClick event
> Fixed Width and Height CSS properties for <image>
> Fix Exception when some not supported CSS properties is used
> Other bugfixing