'宣言 Public Property ShowButtons As ShowButtonsEnum
public ShowButtonsEnum ShowButtons {get; set;}
'宣言 Public Property ShowButtons As ShowButtonsEnum
public ShowButtonsEnum ShowButtons {get; set;}
デフォルトでは、列のセルにフォーカスがある場合にのみ、セルに編集ボタンが表示されます。これは、 System.Windows.Forms.PropertyGridコントロールの動作と同じです。
ShowButtonsを ShowButtonsEnum.Alwaysに設定すると、列のセルにフォーカスがない場合でも、リストが関連付けられているセルに編集ボタンが表示されます。
セルにリストを関連付ける方法については、 ComboList、 RowCol.ComboList、および RowCol.DataMapプロパティを参照してください。