RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupControlsGlobals..::..GetAutoFills Method

Gets the automatic fills.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public static List<DbAutoFillMap> GetAutoFills(
	Window window
)
Public Shared Function GetAutoFills ( _
	window As Window _
) As List(Of DbAutoFillMap)
public:
static List<DbAutoFillMap^>^ GetAutoFills(
	Window^ window
)

Parameters

window
Type: Window
The window.

Return Value

List<DbAutoFillMap>.