MultiSelect for WinForms
NavigatorButtonFlags 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : NavigatorButtonFlags 列挙体
Used by C1DbNavigator.VisibleButtons property.
シンタックス
'宣言
 
Public Enum NavigatorButtonFlags 
   Inherits System.Enum
public enum NavigatorButtonFlags : System.Enum 
メンバ
メンバ解説
AddAdds a new row to the table.
AllAll buttons.
ApplyEnds edit mode for the current row.
CancelCancels (reverts) modifications in the current row.
DeleteDeletes the current row.
EditFires the Editing event.
FirstMoves to the first row.
LastMoves to the last row.
NavigationFirst + Previous + Next + Last buttons
NextMoves to the next row.
NoneNo buttons.
PreviousMoves to the previous row.
RefreshFires the RefreshData event.
UpdateFires the UpdateData event.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.NavigatorButtonFlags

参照

C1.Win.C1Input 名前空間