LookupWindow Members
The LookupWindow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LookupWindow(LookupDefinitionBase, Boolean, Boolean, String, IAutoFillControl, PrimaryKeyValue) |
Initializes a new instance of the LookupWindow class.
|
Methods
Name | Description | |
---|---|---|
![]() |
ApplyNewLookupDefinition |
Applies the new lookup definition.
|
![]() |
OnApplyTemplate |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
|
![]() |
OnPropertyChanged |
Called when [property changed].
|
![]() |
OnReadOnlyModeSet |
Called when [read only mode set].
|
![]() |
OnSelectButtonClick |
Called when [select button click].
|
![]() |
Reload |
Reloads this instance.
|
![]() |
SelectPrimaryKey |
Selects the primary key.
|
![]() |
SetControlReadOnlyMode |
Sets the control read only mode.
|
Properties
Name | Description | |
---|---|---|
![]() |
AddButton |
Gets or sets the add button.
|
![]() |
AddViewParameter |
Gets or sets the add view parameter.
|
![]() |
AllowAdvancedFind |
Gets or sets a value indicating whether [allow advanced find].
|
![]() |
AutoFillControl |
Gets the automatic fill control.
|
![]() |
CloseButton |
Gets or sets the close button.
|
![]() |
InitialSearchForPrimaryKeyValue |
Gets or sets the initial search for primary key value.
|
![]() |
LookupControl |
Gets or sets the lookup control.
|
![]() |
LookupDefinition |
Gets or sets the lookup definition.
|
![]() |
ReadOnlyMode |
Gets a value indicating whether [read only mode].
|
![]() |
SelectButton |
Gets or sets the select button.
|
![]() |
ViewButton |
Gets or sets the view button.
|
Events
Name | Description | |
---|---|---|
![]() |
ApplyNewLookup |
Occurs when [apply new lookup].
|
![]() |
LookupSelect |
Occurs when a lookup row is selected by the user.
|
![]() |
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.
|
![]() |
PropertyChanged |
Occurs when a property value changes.
|
![]() |
RefreshData |
Occurs when [refresh data].
|