| TitleAttribute Constructor (Type, String) |
Constructor for element title
Namespace:
CodeStack.SwEx.Common.Attributes
Assembly:
CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax public TitleAttribute(
Type resType,
string dispNameResName
)
Public Sub New (
resType As Type,
dispNameResName As String
)
Parameters
- resType
- Type: SystemType
Type of the static class (usually Resources) - dispNameResName
- Type: SystemString
Resource name of the string for display name
See Also