FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > Appearance クラス > Appearance コンストラクタ : Appearance コンストラクタ(Color,Color,Font,CellHorizontalAlignment,CellVerticalAlignment,Boolean,Boolean,Color,Color,Color,Color,VisualStyles,SortState,FilterState,Boolean,Boolean,Boolean,Boolean,Boolean,Int32,CellPadding,Boolean) |
true
。
'宣言
Public Function New( _ ByVal backColor As Color, _ ByVal foreColor As Color, _ ByVal font As Font, _ ByVal horizontalAlignment As CellHorizontalAlignment, _ ByVal verticalAlignment As CellVerticalAlignment, _ ByVal drawPrimaryButton As Boolean, _ ByVal drawSecondaryButton As Boolean, _ ByVal selectionBackColor As Color, _ ByVal selectionForeColor As Color, _ ByVal lockBackColor As Color, _ ByVal lockForeColor As Color, _ ByVal visualStyle As VisualStyles, _ ByVal sortState As SortState, _ ByVal filterState As FilterState, _ ByVal mouseOver As Boolean, _ ByVal showActive As Boolean, _ ByVal displayZero As Boolean, _ ByVal rightToLeft As Boolean, _ ByVal containsSelection As Boolean, _ ByVal textIndent As Integer, _ ByVal cellPadding As CellPadding, _ ByVal drawEditButtons As Boolean _ )
public Appearance( Color backColor, Color foreColor, Font font, CellHorizontalAlignment horizontalAlignment, CellVerticalAlignment verticalAlignment, bool drawPrimaryButton, bool drawSecondaryButton, Color selectionBackColor, Color selectionForeColor, Color lockBackColor, Color lockForeColor, VisualStyles visualStyle, SortState sortState, FilterState filterState, bool mouseOver, bool showActive, bool displayZero, bool rightToLeft, bool containsSelection, int textIndent, CellPadding cellPadding, bool drawEditButtons )
true
。