Reference for .Net version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
SpaceVIL.TextArea Member List

This is the complete list of members for SpaceVIL.TextArea, including all inherited members.

AddItem(IBaseItem item)SpaceVIL.Prototypevirtual
AddItems(params IBaseItem[] items)SpaceVIL.Prototypevirtual
AddItemState(ItemStateType type, ItemState state)SpaceVIL.Prototype
AppendText(String text)SpaceVIL.TextArea
Clear()SpaceVIL.TextAreavirtual
CutText()SpaceVIL.TextArea
DisableMenu(bool value)SpaceVIL.TextArea
EventDestroySpaceVIL.Prototype
EventKeyPressSpaceVIL.Prototype
EventKeyReleaseSpaceVIL.Prototype
EventMouseClickSpaceVIL.Prototype
EventMouseDoubleClickSpaceVIL.Prototype
EventMouseDragSpaceVIL.Prototype
EventMouseDropSpaceVIL.Prototype
EventMouseHoverSpaceVIL.Prototype
EventMouseLeaveSpaceVIL.Prototype
EventMousePressSpaceVIL.Prototype
EventResizeSpaceVIL.Prototype
EventScrollDownSpaceVIL.Prototype
EventScrollUpSpaceVIL.Prototype
EventTextInputSpaceVIL.Prototype
GetAlignment()SpaceVIL.Prototype
GetBackground()SpaceVIL.Prototypevirtual
GetBlockedEvents()SpaceVIL.Prototype
GetBorderFill()SpaceVIL.Prototype
GetBorderRadius()SpaceVIL.Prototype
GetBorderThickness()SpaceVIL.Prototype
GetCoreStyle()SpaceVIL.Prototypevirtual
GetCursor()SpaceVIL.Prototype
GetFont()SpaceVIL.TextArea
GetForeground()SpaceVIL.TextArea
GetHandler()SpaceVIL.Prototype
GetHeight()SpaceVIL.Prototypevirtual
GetHeightPolicy()SpaceVIL.Prototype
GetHoverRule()SpaceVIL.Prototype
GetHScrollBarPolicy()SpaceVIL.TextArea
GetItemName()SpaceVIL.Prototype
GetItems()SpaceVIL.Prototypevirtual
GetLineSpacer()SpaceVIL.TextArea
GetMargin()SpaceVIL.Prototype
GetMaxHeight()SpaceVIL.Prototype
GetMaxSize()SpaceVIL.Prototype
GetMaxWidth()SpaceVIL.Prototype
GetMinHeight()SpaceVIL.Prototype
GetMinSize()SpaceVIL.Prototype
GetMinWidth()SpaceVIL.Prototype
GetPadding()SpaceVIL.Prototype
GetParent()SpaceVIL.Prototype
GetPassEvents()SpaceVIL.Prototype
GetSelectedText()SpaceVIL.TextArea
GetShadowColor()SpaceVIL.Prototype
GetShadowExtension()SpaceVIL.Prototype
GetShadowPos()SpaceVIL.Prototype
GetShadowRadius()SpaceVIL.Prototype
GetSize()SpaceVIL.Prototype
GetSpacing()SpaceVIL.Prototype
GetState(ItemStateType type)SpaceVIL.Prototype
GetText()SpaceVIL.TextArea
GetTextHeight()SpaceVIL.TextArea
GetTextMargin()SpaceVIL.TextArea
GetTextWidth()SpaceVIL.TextArea
GetToolTip()SpaceVIL.Prototype
GetTriangles()SpaceVIL.Prototype
GetVScrollBarPolicy()SpaceVIL.TextArea
GetWidth()SpaceVIL.Prototypevirtual
GetWidthPolicy()SpaceVIL.Prototype
GetX()SpaceVIL.Prototypevirtual
GetY()SpaceVIL.Prototypevirtual
HScrollBarSpaceVIL.TextArea
InitElements()SpaceVIL.TextAreavirtual
InsertItem(IBaseItem item, Int32 index)SpaceVIL.Prototypevirtual
IsCustomFigure()SpaceVIL.Prototype
IsDisabled()SpaceVIL.Prototypevirtual
IsDrawable()SpaceVIL.Prototypevirtual
IsEditable()SpaceVIL.TextArea
IsFocusableSpaceVIL.Prototype
IsFocused()SpaceVIL.Prototypevirtual
IsMouseHover()SpaceVIL.Prototypevirtual
IsMousePressed()SpaceVIL.Prototypevirtual
IsPassEvents()SpaceVIL.Prototypevirtual
IsPassEvents(InputEventType e)SpaceVIL.Prototype
IsShadowDrop()SpaceVIL.Prototype
IsVisible()SpaceVIL.Prototypevirtual
IsWrapText()SpaceVIL.TextArea
MakeShape()SpaceVIL.Prototypevirtual
MenuSpaceVIL.TextArea
OnTextChangedSpaceVIL.TextArea
PasteText(String text)SpaceVIL.TextArea
Prototype()SpaceVIL.Prototype
Release()SpaceVIL.Prototypevirtual
RemoveAllItemStates()SpaceVIL.Prototype
RemoveItem(IBaseItem item)SpaceVIL.Prototypevirtual
RemoveItemState(ItemStateType type)SpaceVIL.Prototype
RewindText()SpaceVIL.TextArea
SetAlignment(ItemAlignment alignment)SpaceVIL.Prototype
SetAlignment(params ItemAlignment[] alignment)SpaceVIL.Prototype
SetBackground(Color color)SpaceVIL.Prototypevirtual
SetBackground(int r, int g, int b)SpaceVIL.Prototypevirtual
SetBackground(int r, int g, int b, int a)SpaceVIL.Prototypevirtual
SetBackground(float r, float g, float b)SpaceVIL.Prototypevirtual
SetBackground(float r, float g, float b, float a)SpaceVIL.Prototypevirtual
SetBorder(Border border)SpaceVIL.Prototype
SetBorderFill(Color fill)SpaceVIL.Prototype
SetBorderFill(int r, int g, int b, int a=255)SpaceVIL.Prototype
SetBorderFill(float r, float g, float b, float a=1.0f)SpaceVIL.Prototype
SetBorderRadius(CornerRadius radius)SpaceVIL.Prototype
SetBorderRadius(int radius)SpaceVIL.Prototype
SetBorderThickness(int thickness)SpaceVIL.Prototype
SetConfines()SpaceVIL.Prototypevirtual
SetConfines(int x0, int x1, int y0, int y1)SpaceVIL.Prototypevirtual
SetContent(List< IBaseItem > content)SpaceVIL.Prototype
SetCursor(EmbeddedCursor type)SpaceVIL.Prototype
SetCursor(CursorImage cursor)SpaceVIL.Prototype
SetCursor(Bitmap bitmap)SpaceVIL.Prototype
SetCursor(Bitmap bitmap, int width, int height)SpaceVIL.Prototype
SetCustomFigure(Figure figure)SpaceVIL.Prototype
SetDisabled(bool value)SpaceVIL.Prototypevirtual
SetDrawable(bool value)SpaceVIL.Prototype
SetEditable(bool value)SpaceVIL.TextArea
SetFocus()SpaceVIL.TextAreavirtual
SetFont(Font font)SpaceVIL.TextArea
SetFontFamily(FontFamily fontFamily)SpaceVIL.TextArea
SetFontSize(int size)SpaceVIL.TextArea
SetFontStyle(FontStyle style)SpaceVIL.TextArea
SetForeground(Color color)SpaceVIL.TextArea
SetForeground(int r, int g, int b)SpaceVIL.TextArea
SetForeground(int r, int g, int b, int a)SpaceVIL.TextArea
SetForeground(float r, float g, float b)SpaceVIL.TextArea
SetForeground(float r, float g, float b, float a)SpaceVIL.TextArea
SetHandler(CoreWindow handler)SpaceVIL.Prototype
SetHeight(int height)SpaceVIL.TextAreavirtual
SetHeightPolicy(SizePolicy policy)SpaceVIL.Prototype
SetHoverRule(ItemHoverRule rule)SpaceVIL.Prototype
SetHScrollBarPolicy(VisibilityPolicy policy)SpaceVIL.TextArea
SetItemName(string name)SpaceVIL.Prototype
SetLineSpacer(int lineSpacer)SpaceVIL.TextArea
SetMargin(Indents margin)SpaceVIL.Prototype
SetMargin(int left=0, int top=0, int right=0, int bottom=0)SpaceVIL.Prototype
SetMaxHeight(int height)SpaceVIL.Prototype
SetMaxSize(int width, int height)SpaceVIL.Prototype
SetMaxWidth(int width)SpaceVIL.Prototype
SetMinHeight(int height)SpaceVIL.Prototype
SetMinSize(int width, int height)SpaceVIL.Prototype
SetMinWidth(int width)SpaceVIL.Prototype
SetMouseHover(bool value)SpaceVIL.Prototypevirtual
SetMousePressed(bool value)SpaceVIL.Prototypevirtual
SetPadding(Indents padding)SpaceVIL.Prototype
SetPadding(int left=0, int top=0, int right=0, int bottom=0)SpaceVIL.Prototype
SetParent(Prototype parent)SpaceVIL.Prototype
SetPassEvents(bool value)SpaceVIL.Prototype
SetPassEvents(bool value, InputEventType e)SpaceVIL.Prototype
SetPassEvents(bool value, params InputEventType[] events)SpaceVIL.Prototype
SetPosition(int x, int y)SpaceVIL.Prototypevirtual
SetScrollStepFactor(float value)SpaceVIL.TextArea
SetShadow(int radius, int x, int y, Color color)SpaceVIL.Prototype
SetShadowColor(Color color)SpaceVIL.Prototype
SetShadowDrop(bool value)SpaceVIL.Prototype
SetShadowExtension(int wExtension, int hExtension)SpaceVIL.Prototype
SetShadowRadius(int radius)SpaceVIL.Prototype
SetSize(int width, int height)SpaceVIL.Prototypevirtual
SetSizePolicy(SizePolicy width, SizePolicy height)SpaceVIL.Prototype
SetSpacing(Spacing spacing)SpaceVIL.Prototype
SetSpacing(int horizontal=0, int vertical=0)SpaceVIL.Prototype
SetState(ItemStateType state)SpaceVIL.Prototypeprotected
SetStyle(Style style)SpaceVIL.TextAreavirtual
SetText(String text)SpaceVIL.TextArea
SetTextMargin(Indents margin)SpaceVIL.TextArea
SetTextMargin(int left=0, int top=0, int right=0, int bottom=0)SpaceVIL.TextArea
SetToolTip(String text)SpaceVIL.Prototype
SetTriangles(List< float[]> triangles)SpaceVIL.Prototypevirtual
SetVisible(bool value)SpaceVIL.Prototypevirtual
SetVScrollBarPolicy(VisibilityPolicy policy)SpaceVIL.TextArea
SetWidth(int width)SpaceVIL.TextAreavirtual
SetWidthPolicy(SizePolicy policy)SpaceVIL.Prototype
SetWrapText(bool value)SpaceVIL.TextArea
SetX(int x)SpaceVIL.Prototypevirtual
SetY(int y)SpaceVIL.Prototypevirtual
TextArea()SpaceVIL.TextArea
TextArea(String text)SpaceVIL.TextArea
Update(GeometryEventType type, int value=0)SpaceVIL.Prototype
UpdateState()SpaceVIL.Prototypeprotectedvirtual
VScrollBarSpaceVIL.TextArea