Glossary Item Box

Properties: BackColorBackgroundImageBackgroundImageLayoutBackgroundMapJSONBackgroundMapXMLCellHeightCellWidthCellsTitleAlignContentBackColorDraggingActiveMapBackColorMapBackgroundImageMapBackgroundImageLayoutMapBorderColorTotalCellsXTotalCellsYViewCellsTitle

Methods: DuplicateCellGetCellGetCellsCountRedrawRemoveAllCellsRemoveCellSetCell

Events: CellClickCellDoubleClickDraggingOpen

Classes: clsBackgroundGridclsBackgroundGridItemclsPsysCell

See Also VS GridMap Help Send Feedback

License

License

How to use your license

The GridMap component for Visual Studio need a license to work in binary file.

You can use free in design mode without license. But if you want to compile your application with the GridMap component you need a license otherwise an alert message box will appear.

 

To enter your license you can do it on the Open() event of the GridMap control:

Private Sub PsysGridMap1_Open() Handles PsysGridMap1.Open
'### SET LICENSE ###
    PsysGridMap1.LicenseName = "Your Name"
    PsysGridMap1.LicenseAddress = "Your Address"
    PsysGridMap1.LicenseCity = "Your City"
    PsysGridMap1.LicenseCode = "XXXXXX-XXXXXX-XXXXXX-XXXXXX"
End Sub

 

Licenses available

License for 1 developer

The license for 1 developer can be used by a single developer. This license can not be shared with other developers even if they are part of the same company.

License for 10 developers

The license for 10 developers can be used, as the name implies, by up to 10 developers as long as they are all part of the same company.

License for unlimited developers

The unlimited developer license has no usage limits for the number of developers. It is a company license, which means that all developers are part of the same company that bought the license.

 

Properties: BackColorBackgroundImageBackgroundImageLayoutBackgroundMapJSONBackgroundMapXMLCellHeightCellWidthCellsTitleAlignContentBackColorDraggingActiveMapBackColorMapBackgroundImageMapBackgroundImageLayoutMapBorderColorTotalCellsXTotalCellsYViewCellsTitle

Methods: DuplicateCellGetCellGetCellsCountRedrawRemoveAllCellsRemoveCellSetCell

Events: CellClickCellDoubleClickDraggingOpen

Classes: clsBackgroundGridclsBackgroundGridItemclsPsysCell