SPREAD for WPF 3.0J - GcSpreadSheet
ButtonVisibility 列挙体

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 : ButtonVisibility 列挙体
サイドボタンの表示設定を指定します。
シンタックス
'宣言
 
Public Enum ButtonVisibility 
   Inherits System.Enum
public enum ButtonVisibility : System.Enum 
メンバ
メンバ解説
NotShownボタンは表示されません。
ShowAlwaysボタンは常に表示されます。
ShowOnFocusコントロールの GrapeCity.Windows.InputMan.Primitives.ControlBase.IsActive プロパティが true のときにボタンが表示されます。
解説
この列挙体のメンバーにより、ユーザーはサイドボタンを表示するかどうかを設定できます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Wpf.SpreadSheet.CellType.Editors.ButtonVisibility

参照

GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間