Interface IButtonProperties
public interface IButtonProperties : IActionRowComponentProperties, IJsonSerializable<IActionRowComponentProperties>, IComponentSectionAccessoryComponentProperties, IComponentProperties, IJsonSerializable<IComponentSectionAccessoryComponentProperties>
- Inherited Members
Properties
Disabled
Whether the button is disabled.
bool Disabled { get; set; }
Property Value
Style
Style of the button.
ButtonStyle Style { get; }
Property Value
Methods
WithDisabled(bool)
Whether the button is disabled.
IButtonProperties WithDisabled(bool disabled = true)
Parameters
disabled
bool