Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Dialogs Namespace / IDialog Interface / Owner Property


In This Topic
    Owner Property (IDialog)
    In This Topic
    Gets or sets the System.Windows.Window that owns this IDialog.
    Syntax
    'Declaration
     
    Property Owner As Window
    'Usage
     
    Dim instance As IDialog
    Dim value As Window
     
    instance.Owner = value
     
    value = instance.Owner
    Window Owner {get; set;}
    See Also