- Assembly: RT.Lingo, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
- Namespace: RT.Lingo
- Show inherited types...
Inherits from:
- RT.Util.Forms.ManagedForm
- System.Windows.Forms.Form
- System.Windows.Forms.ContainerControl
- System.Windows.Forms.ScrollableControl
- System.Windows.Forms.Control
- System.ComponentModel.Component
- System.MarshalByRefObject
- Show implemented interfaces...
Implements:
- RT.Lingo.ITranslationDialog (directly)
- System.Windows.Forms.Layout.IArrangedElement
- System.Windows.Forms.IBindableComponent
- System.ComponentModel.IComponent
- System.Windows.Forms.IContainerControl
- System.IDisposable
- System.Windows.Forms.IDropTarget
- System.Windows.Forms.UnsafeNativeMethods.IOleControl
- System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject
- System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject
- System.Windows.Forms.UnsafeNativeMethods.IOleObject
- System.Windows.Forms.UnsafeNativeMethods.IOleWindow
- System.Windows.Forms.UnsafeNativeMethods.IPersist
- System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag
- System.Windows.Forms.UnsafeNativeMethods.IPersistStorage
- System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit
- System.Windows.Forms.UnsafeNativeMethods.IQuickActivate
- System.Windows.Forms.ISupportOleDropSource
- System.ComponentModel.ISynchronizeInvoke
- System.Windows.Forms.UnsafeNativeMethods.IViewObject
- System.Windows.Forms.UnsafeNativeMethods.IViewObject2
- System.Windows.Forms.IWin32Window
Summary
Provides a GUI for the user to edit a translation for the application.
Generic type parameters
Constructors
Instance methods
void | |
Closes the translation form without asking the user's confirmation when unsaved changes exist.
|
void | | Saves the changes to the translation currently being edited. |
void | |
Shows the form properly: if it is visible but minimized it will be restored
and activated; otherwise the base implementation of Show will be invoked.
|
DialogResult | ShowDialog(Form centerInForm = null, bool repositionParentAfterwards = false) | Shows the form as a modal dialog box with the currently active window set as its owner. |
Instance properties
bool | |
Returns true if the user has made any changes that are currently unsaved.
|
bool | | Determines whether the current managed form is maximised, or is minimised and would be maximised if restored. |
bool | | Determines if the current managed form is minimised. |
int | | Gets the height of the form when in normal state (i.e. not minimized or maximized). |
int | | Gets the X-coordinate of the form when in normal state (i.e. not minimized or maximized). |
int | | Gets the Y-coordinate of the form when in normal state (i.e. not minimized or maximized). |
int | | Gets the width of the form when in normal state (i.e. not minimized or maximized). |
Events
SetTranslation<TTranslation> | |
Fires every time the translation is updated on the disk (i.e. when the user clicks either "Save & Close" or "Apply changes").
|
Nested types
| Stores the size, position and maximized state of the form. |
| Holds the settings of the TranslationForm<TTranslation>. |