Localises a form's title and then recursively localises all of the controls on the form.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Form(
Form form
)
Public Sub Form (
form As Form
)
public:
void Form(
Form^ form
)
member Form :
form : Form -> unit
Parameters
- form
- Type: System.Windows.FormsForm
See Also