Attribute for setting any string property as custom title.
More...
Attribute for setting any string property as custom title.
class TestConfigClass
{
[Attribute()]
protected string m_sDisplayName;
}
void SCR_BaseContainerCustomTitleField(string propertyName, string format="%1")
Definition Attributes.c:49
◆ SCR_BaseContainerCustomTitleField()
void SCR_BaseContainerCustomTitleField.SCR_BaseContainerCustomTitleField |
( |
string | propertyName, |
|
|
string | format = "%1" ) |
◆ _WB_GetCustomTitle()
override bool SCR_BaseContainerCustomTitleField._WB_GetCustomTitle |
( |
BaseContainer | source, |
|
|
out string | title ) |
◆ m_sFormat
string SCR_BaseContainerCustomTitleField.m_sFormat |
|
protected |
◆ m_sPropertyName
string SCR_BaseContainerCustomTitleField.m_sPropertyName |
|
protected |
The documentation for this interface was generated from the following file: