Class TranslationWindow
public class TranslationWindow : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
TranslationWindow
- Implements
- Inherited Members
Constructors
TranslationWindow()
public TranslationWindow()
Fields
CloseButton
CloseButton control.
protected CloseButton CloseButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveButton
SaveButton control.
protected SaveButton SaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslationControl
TranslationControl control.
protected TranslationControl TranslationControl
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UpdatePanel
UpdatePanel control.
protected UpdatePanel UpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Window
Window control.
protected Modal Window
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AllowOrganizationSpecific
public bool AllowOrganizationSpecific { get; set; }
Property Value
DefaultLanguage
public string DefaultLanguage { get; set; }
Property Value
IncludeLanguage
public string[] IncludeLanguage { get; set; }
Property Value
- string[]
Required
public bool Required { get; set; }
Property Value
TextMode
public TextBoxMode TextMode { get; set; }
Property Value
Methods
GetCloseScript()
public string GetCloseScript()
Returns
GetOpenScript(string)
public string GetOpenScript(string key)
Parameters
keystring
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
Events
LoadTranslation
public event TranslationWindow.LoadHandler LoadTranslation
Event Type
SaveTranslation
public event StringValueHandler SaveTranslation