TemporaryViewModes.GetCaption
Method
Description:
A text caption to use for the given mode.
A text caption to use for the given mode.
Remarks:
The text appears in the UI on the temporary frame when the view is in the temporary mode.
The text appears in the UI on the temporary frame when the view is in the temporary mode.
Parameters
Parameter | Type | Description |
---|---|---|
mode | TemporaryViewMode | The mode to get a caption for. |
Return Value
Type | Description |
---|---|
String | Text of the caption. The text is localized. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |