Show / Hide Table of Contents

Interface IAllowControlAndDataGridViewSettingsAndActions

Inherited Members
IAllowControlSettings.WithCallback(EventHandler)
IAllowControlSettings.WithName(String)
IAllowControlSettings.WithTag(Object)
IAllowControlSettings.WithAlignment(ContentAlignment)
IAllowControlSettings.WithText(String)
IAllowControlSettings.WithShortcutKey(Keys)
IAllowControlSettings.ToGPALObject()
IAllowDataGridViewSettings.WithDatatable(DataTable)
IAllowDataGridViewSettings.WithSelectSQL(String)
IAllowDataGridViewSettings.WithUpdateSQL(String)
IAllowDataGridViewSettings.WithDeleteSQL(String)
IAllowDataGridViewSettings.WithColumns(Int32)
IAllowDataGridViewSettings.WithRows(Int32)
IAllowDataGridViewActions.WithCurrentCelll(DataGridViewCell)
IAllowDataGridViewActions.WithEndColumn(Int32)
IAllowDataGridViewActions.WithEndRow(Int32)
IAllowDataGridViewActions.GetGrid(IGPALGrid<String>)
IAllowFillInFrom.FillInFrom(IGPALFile)
IAllowFillInFrom.AppendFrom(IGPALFile)
IAllowFillInFrom.InsertFrom(IGPALFile)
IAllowFillInFrom.FillInFrom(GPALDatabase)
IAllowFillInFrom.AppendFrom(GPALDatabase)
IAllowFillInFrom.InsertFrom(GPALDatabase)
IAllowFillInFrom.FillInFrom(IGPALGrid<String>)
IAllowFillInFrom.AppendFrom(IGPALGrid<String>)
IAllowFillInFrom.InsertFrom(IGPALGrid<String>)
Namespace: GenerallyPositive.GPALForm
Assembly: GPAL.dll
Syntax
public interface IAllowControlAndDataGridViewSettingsAndActions : IAllowControlSettings, IAllowDataGridViewSettings, IAllowDataGridViewActions, IAllowFillInFrom
In This Article
Back to top Generated by DocFX