C# Class SharpTune.GUI.CustomGrid

Inheritance: System.Windows.Forms.DataGridView
显示文件 Open project: Merp/SharpTune

Public Methods

Method Description
AdjustColumnHeaderBorderStyle ( System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool firstDisplayedColumn, bool lastVisibleColumn ) : System.Windows.Forms.DataGridViewAdvancedBorderStyle
CustomGrid ( ) : System

Method Details

AdjustColumnHeaderBorderStyle() public method

public AdjustColumnHeaderBorderStyle ( System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool firstDisplayedColumn, bool lastVisibleColumn ) : System.Windows.Forms.DataGridViewAdvancedBorderStyle
dataGridViewAdvancedBorderStyleInput System.Windows.Forms.DataGridViewAdvancedBorderStyle
dataGridViewAdvancedBorderStylePlaceHolder System.Windows.Forms.DataGridViewAdvancedBorderStyle
firstDisplayedColumn bool
lastVisibleColumn bool
return System.Windows.Forms.DataGridViewAdvancedBorderStyle

CustomGrid() public method

public CustomGrid ( ) : System
return System