IDropdownComponent

IDropdownComponent interface

ドロップダウン コンポーネントのプロパティを定義します

public interface IDropdownComponent : IBox, IPenColor, IPenStyle, IPenWidth

プロパティ

名前 説明
Options { get; set; } コンポーネントがクリックされたときに表示されるオプション (ドロップダウン項目) のリスト
Placeholder { get; set; } オプションがまだ選択されていない場合に表示されるテキスト
SelectedOption { get; set; } デフォルトで選択されるオプションの数

関連項目