Share via


ReadLineDialog Class

Definition

Interaction logic for ReadLineDialog.xaml

public ref class ReadLineDialog : System::Windows::Window, System::Windows::Markup::IComponentConnector
public class ReadLineDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector
type ReadLineDialog = class
    inherit Window
    interface IComponentConnector
Public Class ReadLineDialog
Inherits Window
Implements IComponentConnector
Inheritance
ReadLineDialog
Implements

Properties

IsSecure

Gets a value indicating whether we use PasswordBox instead of TextBox

ResultObject

Gets the resulting object that should have the type targetType

TargetType

Gets the type of object we are reading

Methods

InitializeComponent()

InitializeComponent

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)

Applies to