Enum SubtitleBehavior
The behavior of the NativeMenu's subtitle.
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
[Obsolete("Please use HeaderBehavior instead", true)]
public enum SubtitleBehavior
Fields
| Name | Description |
|---|---|
| AlwaysHide | The subtitle will never be shown. |
| AlwaysShow | The subtitle will always be shown. |
| ShowIfRequired | The subtitle will always be shown, except when is empty. |