TExternalBaseDllProperty Constructor Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

DllProperty constructor.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public DllProperty(
	string name,
	Type type,
	Object defaultValue,
	string category,
	string displayName,
	string description,
	string tags = null,
	int order = -1
)

Parameters

name
Type: SystemString
Specifies the name of the property.
type
Type: SystemType
Specifies the System.Type of the property.
defaultValue
Type: SystemObject
Specifies the default value of the property.
category
Type: SystemString
Specifies the category of the property.
displayName
Type: SystemString
Specifies the display name of the property.
description
Type: SystemString
Specifies the description of the property.
tags (Optional)
Type: SystemString
Specifies comma-separated tags for special purposes. Currently supports: 1. "ReadOnly" - specifies that the property is read-only when displayed in Visual Signal. 2. "File:[fileter]" - specifies that the property is a file path, and can invoke the OpenFile dialog in Visual Signal. The filters used in OpenFile dialog can be specified using the standard .Net filter specification in [filter]. For example: "Text files (*.txt)|*.txt|All files (*.*)|*.*", or "Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*"
order (Optional)
Type: SystemInt32
Specifies the order of the property.
See Also

Reference