TypeConverterDefinitionDesignOnly Property |
Gets or sets a value indicating whether this type converter is design only, which means it can only be used if it's specified as a system type
converter. Otherwise it should be ignored.
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool DesignOnly { get; set; }
Public Property DesignOnly As Boolean
Get
Set
Property Value
Type:
BooleanSee Also