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

DbMaintenanceButtonsFactory..::..GetRecordLockingButtonsControl Method

Gets the record locking buttons control.

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

Syntax


public Control GetRecordLockingButtonsControl(
	RecordLockingViewModel viewModel
)
Public Function GetRecordLockingButtonsControl ( _
	viewModel As RecordLockingViewModel _
) As Control
public:
Control^ GetRecordLockingButtonsControl(
	RecordLockingViewModel^ viewModel
)

Parameters

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

Return Value

Control.