|
Online Maps v3
|
Mark a component as a plugin for Online Maps. More...
Inherits Attribute.
Public Member Functions | |
| OnlineMapsPluginAttribute (string title, Type requiredType, bool enabledByDefault=false) | |
| Constructor. | |
| OnlineMapsPluginAttribute (string title, Type requiredType, string group) | |
| Constructor. | |
Mark a component as a plugin for Online Maps.
| OnlineMapsPluginAttribute.OnlineMapsPluginAttribute | ( | string | title, |
| Type | requiredType, | ||
| bool | enabledByDefault = false ) |
Constructor.
| title | Title of plugin |
| requiredType | Required type of control |
| enabledByDefault | Enabled? |
| OnlineMapsPluginAttribute.OnlineMapsPluginAttribute | ( | string | title, |
| Type | requiredType, | ||
| string | group ) |
Constructor.
| title | Title of plugin |
| requiredType | Required type of control |
| group | Group of plugin |