TaskDialog.MainContent Property

MainContent is the smaller text that appears just below the main instructions.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public string MainContent { get; set; }

Property Value

String

Remarks

The Main Content is optional. It should be used to give further explanation to the user, such as how to correct the problem or work around the situation. It displays in a smaller black font below the main instructions. Follow these guidelines:

See Also

Reference

TaskDialog Class
Autodesk.Revit.UI Namespace