Show / Hide Table of Contents

Namespace GenerallyPositive.GPALForm

Classes

GPALButton

A GPAL button instantiated with GPAL.Button for use on GPAL forms.
Callback EventHandler is invoked on the GPALButton.WindowsControl.Clicked event.

GPALChart

A GPAL chart instantiated with GPAL.Chart for use on GPAL forms.
Callback EventHandler is invoked on the GPALChart.WindowsControl.Clicked event.

GPALCheckbox

A GPAL checkbox instantiateds with GPAL,Checkbox for use on GPAL forms.
Callback EventHandler is invoked on the GPALCheckbox.WindowsControl.CheckChanged event.
Default is not checked

GPALControl

Base class for all GPAL form controls

GPALDataGridView

A GPAL checkbox instantiateds with GPAL,Checkbox for use on GPAL forms.
Callback EventHandler is invoked on the GPALCheckbox.WindowsControl.CheckChanged event.
Default is not checked

GPALForm

Form object that contains the fluent methods to create interactive forms.
Instatiated using GPAL.Form

GPALInput

A GPAL single line input instantiated with GPAL.Input for use on GPAL forms.
Callback EventHandler is invoked on the GPALInput.WindowsControl.TextChanged event.

GPALLabel

A GPAL lable instantiated with GPAL.Label for use on GPAL forms.
Callback EventHandler is invoked on the GPALLabel.WindowsControl.Clicked event.
Labels autosize to fit the form.

GPALRadioButton

A GPAL radiobutton instantiated with GPAL.RadioButton for use GPAL forms.
Callback EventHandler is invoked on the GPALRadioButton.WindowsControl.CheckChanged event.
Default is not selected

GPALTab

A GPAL tab instantiated with GPAL.Tab for use on GPAL forms.
Callback EventHandler is invoked on the GPALTab.WindowsControl.Clicked event.

GPALTableLayoutPanel

GPALTextArea

A GPAL multiline textare instantiated with GPAL.TextArea for use on GPAL forms.
Callback EventHandler is invoked on the GPALTextarea.WindowsControl.TextChanged event.

PlaceholderTextBox

https://stackoverflow.com/questions/11873378/adding-placeholder-text-to-textbox

Interfaces

IAllowCallBack

IAllowChartSettings

IAllowChecked

IAllowControlAndDataGridViewSettingsAndActions

IAllowControlSettings

IAllowControlSettingsAndChartSettings

IAllowControlSettingsAndChecked

IAllowControlSettingsAndDataGridViewSettings

IAllowControlSettingsAndEnabled

IAllowControlSettingsAndFontSettings

IAllowControlSettingsAndTableLayoutPanelSettings

IAllowControlSettingsEnabledAndChecked

IAllowControlSettingsEnabledAndDefault

IAllowControlSettingsPlaceholderEnabledAndPassword

IAllowDataGridViewActions

IAllowDataGridViewSettings

IAllowDefault

IAllowEnabled

IAllowFillInFrom

IAllowFontSettings

IAllowFormActions

IAllowFormActionsAndFillIn

IAllowFormSettings

IAllowFormSettingsAndActions

IAllowPassword

IAllowPlaceholder

IAllowTableLayoutPanelSettings

Delegates

GPALForm.CallAfterFillInDelegate

Delegate callback for the CallAfterFillIn EventHandler which will be invoked after each row of tokens is consumed.
Invoked whenever FillInFrom/FilllInFromDatabase/FillInFrom are used

In This Article
Back to top Generated by DocFX