Method | Description | |
---|---|---|
CreateControlFromDataTable ( DbCommandBuilder commandBuilder, DataTable dataTable, GetTableSchemaResult getTableSchemaResult, ResultWriterType tableStyle, bool readOnly, ToolStripStatusLabel toolStripStatusLabel, ColorTheme colorTheme ) : Control | ||
FindText ( DataView dataView, IStringMatcher matcher, int &rowIndex, int &columnIndex ) : bool | ||
GetHorizontalAlignment ( Type type ) : HorizontalAlignment |
Method | Description | |
---|---|---|
CreateDataTableEditorFromDataTable ( DbCommandBuilder commandBuilder, DataTable dataTable, GetTableSchemaResult getTableSchemaResult, bool readOnly, ToolStripStatusLabel toolStripStatusLabel, ColorTheme colorTheme ) : DataTableEditor | ||
CreateHtmlTextBoxFromDataTable ( DataTable dataTable ) : HtmlTextBox | ||
CreateListViewFromDataTable ( DataTable dataTable ) : ListView |
public static CreateControlFromDataTable ( DbCommandBuilder commandBuilder, DataTable dataTable, GetTableSchemaResult getTableSchemaResult, ResultWriterType tableStyle, bool readOnly, ToolStripStatusLabel toolStripStatusLabel, ColorTheme colorTheme ) : Control | ||
commandBuilder | DbCommandBuilder | |
dataTable | DataTable | |
getTableSchemaResult | GetTableSchemaResult | |
tableStyle | ResultWriterType | |
readOnly | bool | |
toolStripStatusLabel | ToolStripStatusLabel | |
colorTheme | ColorTheme | |
return | Control |
public static FindText ( DataView dataView, IStringMatcher matcher, int &rowIndex, int &columnIndex ) : bool | ||
dataView | DataView | |
matcher | IStringMatcher | |
rowIndex | int | |
columnIndex | int | |
return | bool |
public static GetHorizontalAlignment ( Type type ) : HorizontalAlignment | ||
type | Type | |
return | HorizontalAlignment |