Table of Contents

Class BaseDiscordSelectComponent

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a base class for all select-menus.

public abstract class BaseDiscordSelectComponent : DiscordComponent
Inheritance
BaseDiscordSelectComponent
Derived
Inherited Members

Constructors

BaseDiscordSelectComponent()

Properties

Disabled

Whether this dropdown can be interacted with.

MaximumSelectedValues

The maximum amount of options that can be selected. Must be greater than or equal to zero or MinimumSelectedValues. Defaults to one.

MinimumSelectedValues

The minimum amount of options that can be selected. Must be less than or equal to MaximumSelectedValues. Defaults to one.

Placeholder

The text to show when no option is selected.