Interface IPickerUI
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This interface is to represent the picker UI
public interface IPickerUI
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
CloseWindow()
Closes this window.
void CloseWindow()
GetPickerUI(string, bool)
Gets the picker UI.
UserControl GetPickerUI(string strInformation, bool bUseAutoPick)
Parameters
strInformation string
The STR information.
bUseAutoPick bool
if set to true [b use auto pick].
Returns
OnCancel()
Called when [cancel].
void OnCancel()
OnViewHide()
Called when [view hide].
void OnViewHide()
OnViewShow()
Called when [view show].
void OnViewShow()
SetTitleName(string)
Sets the name of the title.
void SetTitleName(string strName)
Parameters
strName string
The name.
UpdateWindow()
Updates the window.
void UpdateWindow()