Class SettingPropertyButtonAttribute
- Namespace
- MCM.Abstractions.Attributes.v2
- Assembly
- MCMv5.dll
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class SettingPropertyButtonAttribute : BaseSettingPropertyAttribute, IPropertyDefinitionButton, IPropertyDefinitionBase
- Inheritance
-
SettingPropertyButtonAttribute
- Implements
- Inherited Members
Constructors
SettingPropertyButtonAttribute(string, int, bool, string)
public SettingPropertyButtonAttribute(string displayName, int order = -1, bool requireRestart = true, string hintText = "")
Parameters
Properties
Content
public string Content { get; set; }