Represents a custom text control inside wx.FileDialog.
Objects of this class can only be created by wx.FileDialogCustomize.AddTextCtrl
.
Objects of this class don’t generate any events currently.
See wx.FileDialogCustomControl for more information.
Added in version 4.1/wxWidgets-3.1.7.
Get the current value entered into the control. |
|
Set the current control value. |
Represents a custom text control inside FileDialog.
Get the current value entered into the control.
str
Set the current control value.
text (string)
None