Свойство | Тип | Описание | |
---|---|---|---|
InitializeComponent | void | ||
mOkWindow_Click | void |
Метод | Описание | |
---|---|---|
AddControl ( |
Adds a control to the TextInputWindow. The control will automatically be positioned below the previously-added control. The spacing can be controlled through the control's Margin property. If you are adding a control after a label, you may need to adjust the label's height. By default it's bigger than usually desired. |
|
ClickOk ( ) : void | ||
TextInputWindow ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnShown ( |
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
mOkWindow_Click ( object sender, |
public AddControl ( |
||
control | The control to add | |
aboveOrBelow | AboveOrBelow | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnShown ( |
||
e | ||
Результат | void |