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

DbMaintenanceButtonsFactory..::..GetAdvancedFindButtonsControl Method

Gets the advanced find buttons control.

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

Syntax


public Control GetAdvancedFindButtonsControl(
	AdvancedFindViewModel viewModel
)
Public Function GetAdvancedFindButtonsControl ( _
	viewModel As AdvancedFindViewModel _
) As Control
public:
Control^ GetAdvancedFindButtonsControl(
	AdvancedFindViewModel^ viewModel
)

Parameters

viewModel
Type: RingSoft.DbMaintenance..::..AdvancedFindViewModel
The view model.

Return Value

Control.