protected virtual void WriteCommandDescriptionHeader(
CommandInfo command
)
Protected Overridable Sub WriteCommandDescriptionHeader (
command As CommandInfo
)
Dim command As CommandInfo
Me.WriteCommandDescriptionHeader(command)
protected:
virtual void WriteCommandDescriptionHeader(
CommandInfo^ command
)
The base implementation writes the command's name and alias(es), using the color from the CommandDescriptionColor property if color is enabled, followed by a newline.