Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mocanet/mocacontrols

Moca.NET Controls Extension for Visual Studio & Nuget Package
https://github.com/mocanet/mocacontrols

c-sharp dotnet moca nuget vb visual-studio-extension vsix

Last synced: about 2 months ago
JSON representation

Moca.NET Controls Extension for Visual Studio & Nuget Package

Awesome Lists containing this project

README

        

# Moca.NET Controls

[![Build status](https://ci.appveyor.com/api/projects/status/fl5o0xyd1kaummnq?svg=true)](https://ci.appveyor.com/project/miyabis/mocacontrols)
[![NuGet](https://img.shields.io/nuget/v/Moca.NETControls.svg)](https://www.nuget.org/packages/Moca.NETControls/)
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Moca.NETControls.svg)](https://www.nuget.org/packages/Moca.NETControls/)
[![NuGet](https://img.shields.io/nuget/dt/Moca.NETControls.svg)](https://www.nuget.org/packages/Moca.NETControls/)
[![license](https://img.shields.io/badge/License-MS--PL-blue.svg)](https://opensource.org/licenses/MS-PL)

## Overview

### Custom Controls

* AlertMessage
control of the alert message display
* Calendar
calendar control
* CheckBoxGroup
Treated as a group multiple check boxes
* ComboBoxEx
Line is displayed in a flat style
* DataGridViewEx
* DataBinder
Component to assist in the binding of item and data input
* DebugMarker
Debugging mark
* FlowLayoutPanelEx
* MocaDi
Controller in order to use the AOP
* ModelGridView
bind in the entity DataGridView
* NullableDateTimePicker
Control was extended to handle Null in the standard DateTimePicker
* RadioButtonEx
* RadioButtonGroup
Treated as a group multiple radio buttons
* RichTextBoxEx
Line is displayed in a flat style + Readonly
* TextBoxEx
Control was extended to handle standard TextBox input restrictions, etc.
* ToolStripMenuItemGroup
Treated as a group a plurality of menu items
* WYSIWYGEditor
Simple WYSIWYG Editor

## Support for multiple frameworks
### Microsoft .NET Framework
* 2.0
* 3.5
* 4.0
* 4.5
* 4.5.2
* 4.6
* 4.6.2
* 4.7

### How to get

URL : https://www.nuget.org/packages/Moca.NETControls/
```
PM> Install-Package Moca.NETControls
```

## Other Libraries

[Moca.NET Organization](https://github.com/mocanet)

## Visual Studio Extensions

* [Moca.NET Template Extension](https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETTemplate30)
* [Moca.NET Snippets Extension](https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETCodeSnippet)

## Sample

* Web Form Application
* http://miyabis.github.io/Moca.NET-WebAppDemo/
* https://code.msdn.microsoft.com/vstudio/MocaNET-Framework-Web-0e8d6dd7

* Windows Form Application
* http://miyabis.github.io/Moca.NET-WinAppDemo/
* https://code.msdn.microsoft.com/vstudio/MocaNET-Framework-Windows-7174d250
* https://github.com/miyabis/Moca.NET-WinControlsDemo

## For Development

* Visual Studio 2017

## License

Microsoft Public License (MS-PL)

http://opensource.org/licenses/MS-PL