PageElementInfoGetCaption Method |
Get the standard caption for this element as used for console and wizard panes.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetCaption(
IAppContext cxt
)
Public Function GetCaption (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringThe caption.
See Also