scintilla ExtenderFormat Help Tip Method
Formats the text to be displayed in the tooltip using information from the object's member and from the XML documentation, if existing.
Definition
Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The formatted text to display in the tooltip.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
private static string FormatHelpTip(
this Scintilla scintilla,
MemberInfo member,
List<XmlDocCommentReader> reader,
bool capeopen
)VB
<ExtensionAttribute>
Private Shared Function FormatHelpTip (
scintilla As Scintilla,
member As MemberInfo,
reader As List(Of XmlDocCommentReader),
capeopen As Boolean
) As StringParameters
- scintilla Scintilla
- member MemberInfo
- Reflected member to display information from.
- reader ListXmlDocCommentReader
- Jolt's XmlDocCommentReader instance, to get and display comments from assembly-generated XML file.
- capeopen Boolean
Return Value
StringThe formatted text to display in the tooltip.