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

LookupWindow Members

The LookupWindow type exposes the following members.

Constructors


  Name Description
Public method LookupWindow(LookupDefinitionBase, Boolean, Boolean, String, IAutoFillControl, PrimaryKeyValue)
Initializes a new instance of the LookupWindow class.

Methods


  Name Description
Public method ApplyNewLookupDefinition
Applies the new lookup definition.
Public method OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Protected method OnPropertyChanged
Called when [property changed].
Protected method OnReadOnlyModeSet
Called when [read only mode set].
Public method OnSelectButtonClick
Called when [select button click].
Public method Reload
Reloads this instance.
Public method SelectPrimaryKey
Selects the primary key.
Public method SetControlReadOnlyMode
Sets the control read only mode.

Properties


  Name Description
Public property AddButton
Gets or sets the add button.
Public property AddViewParameter
Gets or sets the add view parameter.
Public property AllowAdvancedFind
Gets or sets a value indicating whether [allow advanced find].
Public property AutoFillControl
Gets the automatic fill control.
Public property CloseButton
Gets or sets the close button.
Public property InitialSearchForPrimaryKeyValue
Gets or sets the initial search for primary key value.
Public property LookupControl
Gets or sets the lookup control.
Public property LookupDefinition
Gets or sets the lookup definition.
Public property ReadOnlyMode
Gets a value indicating whether [read only mode].
Public property SelectButton
Gets or sets the select button.
Public property ViewButton
Gets or sets the view button.

Events


  Name Description
Public event ApplyNewLookup
Occurs when [apply new lookup].
Public event LookupSelect
Occurs when a lookup row is selected by the user.
Public event LookupView
Occurs when a user wishes to add or view a selected lookup row. Set Handled property to True to not send this message to the LookupContext.
Public event PropertyChanged
Occurs when a property value changes.
Public event RefreshData
Occurs when [refresh data].