Class LocationSelector
Interaction logic for LocationSelector.xaml
Inheritance
System.Object
LocationSelector
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class LocationSelector : DefaultRibbonWindow
Methods
| Improve this Doc View SourceOnClosed(EventArgs)
Gets called whenever the window is closed
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnSave(WindowSaveEventArg)
Gets called whenever the windowcontent is saved
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
SetSilent(WebBrowser, Boolean)
Sets the web browser silent
Declaration
public static void SetSilent(WebBrowser browser, bool silent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.WebBrowser | browser | |
System.Boolean | silent |
ShowDialog()
Shows the dialog
Declaration
public static LocationSelectorDialogResult ShowDialog()
Returns
Type | Description |
---|---|
LocationSelectorDialogResult |