RegionTranslatable Class

Allows a Region to be translatable.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public abstract class RegionTranslatable : RegionBase
Inheritance
Object    RegionBase    RegionTranslatable

Constructors

RegionTranslatable(RegionTranslatable)Initializes a new instance of the RegionTranslatable class
RegionTranslatable(SessionProfile)Initializes a new instance of the RegionTranslatable class

Properties

AvailableLanguages 
BackColor Element background color.
(Inherited from RegionBase)
BaseLine Gets base line for the Region.
(Inherited from RegionBase)
BaseSize Size of the base part of the Region.
(Inherited from RegionBase)
Border Draws a frame along the border of an element.
(Inherited from RegionBase)
Bottom Bottom element boundary.
(Inherited from RegionBase)
Children
(Inherited from RegionBase)
Container
(Inherited from RegionBase)
ContainsFields
(Inherited from RegionBase)
CurrentCollapsedHeight Height of the document collapsed area before current document element.
(Inherited from RegionBase)
CurrentCursorLocation Returns cursor location within current Region.
(Inherited from RegionBase)
CurrentLanguage 
CurrentMetaContext Gets or sets variables to use for document fields in the context of current document.
(Inherited from RegionBase)
CurrentPageOffsets Offsets of the current document page where the document element is present.
(Inherited from RegionBase)
Dependences
(Inherited from RegionBase)
DrawBase
(Inherited from RegionBase)
FixedLayout Defines if modeling options of the Region could be modified.
(Inherited from RegionBase)
Focused Determines whether the element is in the editing mode or not. If true, the element is highlighted with a frame and gets the right to place the cursor in it. The frame color is determined by the relevance of the element's information (InDate property).
(Inherited from RegionBase)
Font Font, used by the element.
(Inherited from RegionBase)
FontHeight The size of the font used by the element.
(Inherited from RegionBase)
Id Id of the current RegionBase instance.
(Inherited from RegionBase)
InnerBounds Bounds of the content Region area relative to the Worksheet.
(Inherited from RegionBase)
IsActivated Determines whether the document element is activated and registered on the worksheet.
(Inherited from RegionBase)
IsIntegratedRegion Determines whether Region is integarted as an important part of another Rerion or not.
(Inherited from RegionBase)
Link
(Inherited from RegionBase)
Location Location of the document element.
(Inherited from RegionBase)
MetaData
(Inherited from RegionBase)
Middle
(Inherited from RegionBase)
Obsolete.
MiddleLine Gets middle line for the Region.
(Inherited from RegionBase)
PageBreaks
(Inherited from RegionBase)
Parent Gets the Worksheet where Region exists.
(Inherited from RegionBase)
Regions Children of the current Region.
(Inherited from RegionBase)
RemoteOwner Name of the remote owner client. Must be empty if Region belongs to local user.
(Inherited from RegionBase)
Right Right element boundary.
(Inherited from RegionBase)
Selected Determines whether the document element is selected within the Worksheet.
(Inherited from RegionBase)
SelectedBackColor Selected background color.
(Inherited from RegionBase)
SelectedTextColor The color of the element's selected text.
(Inherited from RegionBase)
SessionProfile
(Inherited from RegionBase)
Size Size of the document element.
(Inherited from RegionBase)
TabStop
(Inherited from RegionBase)
TextColor The text color of the element.
(Inherited from RegionBase)
UniqueId Unique Id of the Region.
(Inherited from RegionBase)

Methods

BeforeCopy
(Inherited from RegionBase)
BeforePaste
(Inherited from RegionBase)
ChangeLocation Safely change element position (the old and new positions of the element on the sheet are redrawn).
(Inherited from RegionBase)
ChangeStatus(String)
(Inherited from RegionBase)
ChangeStatus(String, Int32, Int32, Stopwatch)
(Inherited from RegionBase)
ChildRepainting
(Inherited from RegionBase)
ClickMenuButton
(Inherited from RegionBase)
Clone Creates a new document element that is a copy of the current instance.
(Inherited from RegionBase)
ContainsTranslationValue 
Copy
(Inherited from RegionBase)
CreateHistoryStep Registrates Region changes into changes history.
(Inherited from RegionBase)
Dispose
(Inherited from RegionBase)
Draw Draws a document element on the given canvas with a specified model of page.
(Inherited from RegionBase)
DrawToBitmap Getting element image.
(Inherited from RegionBase)
DrawToBitmap(IGraphics)
(Inherited from RegionBase)
DrawToBitmap(Color, Boolean) Getting an element image with the specified background color.
(Inherited from RegionBase)
DrawToBitmap(IGraphics, Point) Drawing of the Region on the specified location.
(Inherited from RegionBase)
DrawToBitmapScaled
(Inherited from RegionBase)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromXml
(Inherited from RegionBase)
GetAllChildren
(Overrides RegionBaseGetAllChildren)
GetCursorType Defines a cursor type by pointer location.
(Inherited from RegionBase)
GetFocusedPart
(Inherited from RegionBase)
GetHashCode
(Inherited from RegionBase)
GetHistoryStep
(Inherited from RegionBase)
GetSelectionStatus
(Inherited from RegionBase)
GetTranslation 
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitLayout
(Inherited from RegionBase)
Invalidate Determines the absolute coordinates of the control's position and sends a request to redraw it.
(Inherited from RegionBase)
IsEmpty
(Inherited from RegionBase)
LanguageChange 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnBeforeCommandSend
(Inherited from RegionBase)
OnCommandSend
(Inherited from RegionBase)
OnKeyDown
(Inherited from RegionBase)
OnKeyPress
(Inherited from RegionBase)
OnKeyUp
(Inherited from RegionBase)
OnMouseDown
(Inherited from RegionBase)
OnMouseMove
(Inherited from RegionBase)
OnMouseUp
(Inherited from RegionBase)
OnMouseWheel
(Inherited from RegionBase)
OnPaint
(Inherited from RegionBase)
OnSelectionUpdate
(Inherited from RegionBase)
Paste
(Inherited from RegionBase)
PrePainter Prepares a Region for the future drawing. Actualizes internal fields and initializes a region if needed.
(Inherited from RegionBase)
PrePainter(IGraphics)
(Inherited from RegionBase)
ReadyToPaint
(Inherited from RegionBase)
Obsolete.
RemoveCurrentValue 
ResetColors Safe apply of colors (all color-dependent variables are updated).
(Inherited from RegionBase)
Resize Generates a resize event.
(Inherited from RegionBase)
SetCurrentValue 
SetTranslationValue(Object) 
SetTranslationValue(Object, String) 
ShowAvailableTermsList
(Inherited from RegionBase)
ShowTranslationValue Activates value by the specified language. Creates an empty entry if no translation exists.
ToString
(Overrides ObjectToString)
ToXml
(Inherited from RegionBase)

Events

Fields

brush Array of brushes, used for drawing.
(Inherited from RegionBase)
dblclick
(Inherited from RegionBase)
pen Array of pens, used for drawing.
(Inherited from RegionBase)
referer Text action name of the last change in the Region.
(Inherited from RegionBase)
Obsolete.

See Also