C# Class SharpTune.GUI.DataGridViewCustomRow

Inheritance: System.Windows.Forms.DataGridViewRow
Datei anzeigen Open project: Merp/SharpTune

Public Methods

Method Description
AdjustRowHeaderBorderStyle ( System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastDisplayedRow ) : System.Windows.Forms.DataGridViewAdvancedBorderStyle

Method Details

AdjustRowHeaderBorderStyle() public method

public AdjustRowHeaderBorderStyle ( System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceHolder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastDisplayedRow ) : System.Windows.Forms.DataGridViewAdvancedBorderStyle
dataGridViewAdvancedBorderStyleInput System.Windows.Forms.DataGridViewAdvancedBorderStyle
dataGridViewAdvancedBorderStylePlaceHolder System.Windows.Forms.DataGridViewAdvancedBorderStyle
singleVerticalBorderAdded bool
singleHorizontalBorderAdded bool
isFirstDisplayedRow bool
isLastDisplayedRow bool
return System.Windows.Forms.DataGridViewAdvancedBorderStyle