Enfusion Script API
|
Base class for attribute for setting custom title in property grid (Workbench). More...
Public Member Functions | |
bool | _WB_GetCustomTitle (BaseContainer source, out string title) |
bool | _WB_GetCustomClassTitle (string className, out string title) |
Base class for attribute for setting custom title in property grid (Workbench).
Works only on classes defined by BaseContainerProps attribute. Inherit this attribute to set your own custom title.
bool BaseContainerCustomTitle._WB_GetCustomTitle | ( | BaseContainer | source, |
out string | title | ||
) |
Implemented in BaseContainerCustomTitleField, and PeerConfigViewTitle.