class MAGES::Attributes::MAGESTooltipAttribute¶
Overview¶
A custom tooltip to make all mages properties have similar look and feel. More…
class MAGESTooltipAttribute: public PropertyAttribute { public: // properties string Title; string Remarks; string[] Details; // methods MAGESTooltipAttribute(string title); MAGESTooltipAttribute(string title, string remarks); MAGESTooltipAttribute(string title, string remarks, params string[] details); };
Detailed Documentation¶
A custom tooltip to make all mages properties have similar look and feel.
Deprecated This class is obsolete and will be removed in future versions
Properties¶
string Title
Gets the title of the tooltip.
string Remarks
Gets the remarks of the tooltip.
string[] Details
Gets the details of the tooltip.
Methods¶
MAGESTooltipAttribute(string title)
Initializes a new instance of the MAGESTooltipAttribute class.
Parameters:
title |
The tooltip title. |
MAGESTooltipAttribute(string title, string remarks)
Initializes a new instance of the MAGESTooltipAttribute class.
Parameters:
title |
The title. |
remarks |
The remarks. |
MAGESTooltipAttribute(string title, string remarks, params string[] details)
Initializes a new instance of the MAGESTooltipAttribute class.
Parameters:
title |
The title. |
remarks |
The remarks. |
details |
The details. |