### YamlMime:ManagedReference items: - uid: MLEM.Ui.Elements.TextField commentId: T:MLEM.Ui.Elements.TextField id: TextField parent: MLEM.Ui.Elements children: - MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont,System.String,System.Boolean) - MLEM.Ui.Elements.TextField.CaretLine - MLEM.Ui.Elements.TextField.CaretPos - MLEM.Ui.Elements.TextField.CaretPosInLine - MLEM.Ui.Elements.TextField.CaretWidth - MLEM.Ui.Elements.TextField.DefaultRule - MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) - MLEM.Ui.Elements.TextField.EnterReceiver - MLEM.Ui.Elements.TextField.FileNames - MLEM.Ui.Elements.TextField.Font - MLEM.Ui.Elements.TextField.HoveredColor - MLEM.Ui.Elements.TextField.HoveredTexture - MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) - MLEM.Ui.Elements.TextField.InputRule - MLEM.Ui.Elements.TextField.InsertText(System.Object,System.Boolean) - MLEM.Ui.Elements.TextField.LettersNumbers - MLEM.Ui.Elements.TextField.MaskingCharacter - MLEM.Ui.Elements.TextField.MaximumCharacters - MLEM.Ui.Elements.TextField.MobileDescription - MLEM.Ui.Elements.TextField.MobileTitle - MLEM.Ui.Elements.TextField.Multiline - MLEM.Ui.Elements.TextField.OnTextChange - MLEM.Ui.Elements.TextField.OnlyLetters - MLEM.Ui.Elements.TextField.OnlyNumbers - MLEM.Ui.Elements.TextField.PathNames - MLEM.Ui.Elements.TextField.PlaceholderColor - MLEM.Ui.Elements.TextField.PlaceholderText - MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32) - MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) - MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean) - MLEM.Ui.Elements.TextField.Text - MLEM.Ui.Elements.TextField.TextColor - MLEM.Ui.Elements.TextField.TextOffsetX - MLEM.Ui.Elements.TextField.TextScale - MLEM.Ui.Elements.TextField.Texture - MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) langs: - csharp - vb name: TextField nameWithType: TextField fullName: MLEM.Ui.Elements.TextField type: Class source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextField path: ../MLEM.Ui/Elements/TextField.cs startLine: 22 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- A text field element for use inside of a . A text field is a selectable element that can be typed in, as well as copied and pasted from. If an on-screen keyboard is required, then this text field will automatically open an on-screen keyboard using . This class interally uses MLEM's . example: [] syntax: content: 'public class TextField : Element, IGenericDataHolder' content.vb: Public Class TextField Inherits Element Implements IGenericDataHolder inheritance: - System.Object - MLEM.Misc.GenericDataHolder - MLEM.Ui.Elements.Element implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Ui.Elements.Element.Epsilon - MLEM.Ui.Elements.Element.System - MLEM.Ui.Elements.Element.Controls - MLEM.Ui.Elements.Element.Parent - MLEM.Ui.Elements.Element.Root - MLEM.Ui.Elements.Element.Scale - MLEM.Ui.Elements.Element.Anchor - MLEM.Ui.Elements.Element.Size - MLEM.Ui.Elements.Element.ScaledSize - MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute - MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute - MLEM.Ui.Elements.Element.PositionOffset - MLEM.Ui.Elements.Element.ScaledOffset - MLEM.Ui.Elements.Element.ScaledPadding - MLEM.Ui.Elements.Element.ScaledChildPadding - MLEM.Ui.Elements.Element.ChildPaddedArea - MLEM.Ui.Elements.Element.UnscrolledArea - MLEM.Ui.Elements.Element.Area - MLEM.Ui.Elements.Element.DisplayArea - MLEM.Ui.Elements.Element.ScrollOffset - MLEM.Ui.Elements.Element.ScaledScrollOffset - MLEM.Ui.Elements.Element.IsHidden - MLEM.Ui.Elements.Element.Priority - MLEM.Ui.Elements.Element.Transform - MLEM.Ui.Elements.Element.CanBeSelected - MLEM.Ui.Elements.Element.CanBeMoused - MLEM.Ui.Elements.Element.CanBePressed - MLEM.Ui.Elements.Element.CanAutoAnchorsAttach - MLEM.Ui.Elements.Element.SetWidthBasedOnChildren - MLEM.Ui.Elements.Element.SetHeightBasedOnChildren - MLEM.Ui.Elements.Element.TreatSizeAsMinimum - MLEM.Ui.Elements.Element.TreatSizeAsMaximum - MLEM.Ui.Elements.Element.PreventParentSpill - MLEM.Ui.Elements.Element.DrawAlpha - MLEM.Ui.Elements.Element.IsMouseOver - MLEM.Ui.Elements.Element.IsSelected - MLEM.Ui.Elements.Element.IsSelectedActive - MLEM.Ui.Elements.Element.AreaDirty - MLEM.Ui.Elements.Element.AutoNavGroup - MLEM.Ui.Elements.Element.Style - MLEM.Ui.Elements.Element.SelectionIndicator - MLEM.Ui.Elements.Element.ActionSound - MLEM.Ui.Elements.Element.SecondActionSound - MLEM.Ui.Elements.Element.Padding - MLEM.Ui.Elements.Element.ChildPadding - MLEM.Ui.Elements.Element.MouseEnterAnimation - MLEM.Ui.Elements.Element.MouseExitAnimation - MLEM.Ui.Elements.Element.OnDrawn - MLEM.Ui.Elements.Element.OnUpdated - MLEM.Ui.Elements.Element.OnPressed - MLEM.Ui.Elements.Element.OnSecondaryPressed - MLEM.Ui.Elements.Element.OnSelected - MLEM.Ui.Elements.Element.OnDeselected - MLEM.Ui.Elements.Element.OnMouseEnter - MLEM.Ui.Elements.Element.OnMouseExit - MLEM.Ui.Elements.Element.OnTouchEnter - MLEM.Ui.Elements.Element.OnTouchExit - MLEM.Ui.Elements.Element.OnTextInput - MLEM.Ui.Elements.Element.OnAreaUpdated - MLEM.Ui.Elements.Element.OnStyleInit - MLEM.Ui.Elements.Element.OnMousedElementChanged - MLEM.Ui.Elements.Element.OnTouchedElementChanged - MLEM.Ui.Elements.Element.OnSelectedElementChanged - MLEM.Ui.Elements.Element.GetTabNextElement - MLEM.Ui.Elements.Element.GetGamepadNextElement - MLEM.Ui.Elements.Element.OnChildAdded - MLEM.Ui.Elements.Element.OnChildRemoved - MLEM.Ui.Elements.Element.OnAddedToUi - MLEM.Ui.Elements.Element.OnRemovedFromUi - MLEM.Ui.Elements.Element.Children - MLEM.Ui.Elements.Element.PlayingAnimations - MLEM.Ui.Elements.Element.SortedChildren - MLEM.Ui.Elements.Element.Input - MLEM.Ui.Elements.Element.ParentArea - MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) - MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) - MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) - MLEM.Ui.Elements.Element.SetSortedChildrenDirty - MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty - MLEM.Ui.Elements.Element.ForceUpdateSortedChildren - MLEM.Ui.Elements.Element.SetAreaDirty - MLEM.Ui.Elements.Element.UpdateAreaIfDirty - MLEM.Ui.Elements.Element.ForceUpdateArea - MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF) - MLEM.Ui.Elements.Element.GetAreaForAutoAnchors - MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) - MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) - MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) - MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) - MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) - MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) - MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) - MLEM.Ui.Elements.Element.GetParentTree - MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean) - MLEM.Ui.Elements.Element.GetRelevantChildren - MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) - MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) - MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation) - MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation) - MLEM.Ui.Elements.Element.ToString - MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) - MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) - MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) - MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) - MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean) - MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2) - MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2) - MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement) - MLEM.Ui.Elements.Element.RemovedFromUi - MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) - MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetDataKeys - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone extensionMethods: - MLEM.Ui.Elements.Element.MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Paragraph.TextCallback) - MLEM.Ui.Elements.Element.MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Tooltip) - MLEM.Ui.Elements.Element.MLEM.Ui.Elements.ElementExtensions.AddTooltip(System.String) - uid: MLEM.Ui.Elements.TextField.DefaultRule commentId: F:MLEM.Ui.Elements.TextField.DefaultRule id: DefaultRule parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: DefaultRule nameWithType: TextField.DefaultRule fullName: MLEM.Ui.Elements.TextField.DefaultRule type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: DefaultRule path: ../MLEM.Ui/Elements/TextField.cs startLine: 25 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: A that allows any visible character and spaces example: [] syntax: content: public static readonly TextField.Rule DefaultRule return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public Shared ReadOnly DefaultRule As TextField.Rule - uid: MLEM.Ui.Elements.TextField.OnlyLetters commentId: F:MLEM.Ui.Elements.TextField.OnlyLetters id: OnlyLetters parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: OnlyLetters nameWithType: TextField.OnlyLetters fullName: MLEM.Ui.Elements.TextField.OnlyLetters type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: OnlyLetters path: ../MLEM.Ui/Elements/TextField.cs startLine: 27 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: A that only allows letters example: [] syntax: content: public static readonly TextField.Rule OnlyLetters return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public Shared ReadOnly OnlyLetters As TextField.Rule - uid: MLEM.Ui.Elements.TextField.OnlyNumbers commentId: F:MLEM.Ui.Elements.TextField.OnlyNumbers id: OnlyNumbers parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: OnlyNumbers nameWithType: TextField.OnlyNumbers fullName: MLEM.Ui.Elements.TextField.OnlyNumbers type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: OnlyNumbers path: ../MLEM.Ui/Elements/TextField.cs startLine: 29 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: A that only allows numerals example: [] syntax: content: public static readonly TextField.Rule OnlyNumbers return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public Shared ReadOnly OnlyNumbers As TextField.Rule - uid: MLEM.Ui.Elements.TextField.LettersNumbers commentId: F:MLEM.Ui.Elements.TextField.LettersNumbers id: LettersNumbers parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: LettersNumbers nameWithType: TextField.LettersNumbers fullName: MLEM.Ui.Elements.TextField.LettersNumbers type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: LettersNumbers path: ../MLEM.Ui/Elements/TextField.cs startLine: 31 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: A that only allows letters and numerals example: [] syntax: content: public static readonly TextField.Rule LettersNumbers return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public Shared ReadOnly LettersNumbers As TextField.Rule - uid: MLEM.Ui.Elements.TextField.PathNames commentId: F:MLEM.Ui.Elements.TextField.PathNames id: PathNames parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: PathNames nameWithType: TextField.PathNames fullName: MLEM.Ui.Elements.TextField.PathNames type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PathNames path: ../MLEM.Ui/Elements/TextField.cs startLine: 33 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: A that only allows characters not contained in example: [] syntax: content: public static readonly TextField.Rule PathNames return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public Shared ReadOnly PathNames As TextField.Rule - uid: MLEM.Ui.Elements.TextField.FileNames commentId: F:MLEM.Ui.Elements.TextField.FileNames id: FileNames parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: FileNames nameWithType: TextField.FileNames fullName: MLEM.Ui.Elements.TextField.FileNames type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: FileNames path: ../MLEM.Ui/Elements/TextField.cs startLine: 35 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: A that only allows characters not contained in example: [] syntax: content: public static readonly TextField.Rule FileNames return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public Shared ReadOnly FileNames As TextField.Rule - uid: MLEM.Ui.Elements.TextField.TextColor commentId: F:MLEM.Ui.Elements.TextField.TextColor id: TextColor parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: TextColor nameWithType: TextField.TextColor fullName: MLEM.Ui.Elements.TextField.TextColor type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextColor path: ../MLEM.Ui/Elements/TextField.cs startLine: 48 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The color that this text field's text should display with example: [] syntax: content: public StyleProp TextColor return: type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} content.vb: Public TextColor As StyleProp(Of Color) - uid: MLEM.Ui.Elements.TextField.PlaceholderColor commentId: F:MLEM.Ui.Elements.TextField.PlaceholderColor id: PlaceholderColor parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: PlaceholderColor nameWithType: TextField.PlaceholderColor fullName: MLEM.Ui.Elements.TextField.PlaceholderColor type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PlaceholderColor path: ../MLEM.Ui/Elements/TextField.cs startLine: 52 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The color that the should display with example: [] syntax: content: public StyleProp PlaceholderColor return: type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} content.vb: Public PlaceholderColor As StyleProp(Of Color) - uid: MLEM.Ui.Elements.TextField.Texture commentId: F:MLEM.Ui.Elements.TextField.Texture id: Texture parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: Texture nameWithType: TextField.Texture fullName: MLEM.Ui.Elements.TextField.Texture type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Texture path: ../MLEM.Ui/Elements/TextField.cs startLine: 56 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: This text field's texture example: [] syntax: content: public StyleProp Texture return: type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} content.vb: Public Texture As StyleProp(Of NinePatch) - uid: MLEM.Ui.Elements.TextField.HoveredTexture commentId: F:MLEM.Ui.Elements.TextField.HoveredTexture id: HoveredTexture parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: HoveredTexture nameWithType: TextField.HoveredTexture fullName: MLEM.Ui.Elements.TextField.HoveredTexture type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: HoveredTexture path: ../MLEM.Ui/Elements/TextField.cs startLine: 60 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: This text field's texture while it is hovered example: [] syntax: content: public StyleProp HoveredTexture return: type: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} content.vb: Public HoveredTexture As StyleProp(Of NinePatch) - uid: MLEM.Ui.Elements.TextField.HoveredColor commentId: F:MLEM.Ui.Elements.TextField.HoveredColor id: HoveredColor parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: HoveredColor nameWithType: TextField.HoveredColor fullName: MLEM.Ui.Elements.TextField.HoveredColor type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: HoveredColor path: ../MLEM.Ui/Elements/TextField.cs startLine: 64 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The color that this text field should display with while it is hovered example: [] syntax: content: public StyleProp HoveredColor return: type: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} content.vb: Public HoveredColor As StyleProp(Of Color) - uid: MLEM.Ui.Elements.TextField.TextScale commentId: P:MLEM.Ui.Elements.TextField.TextScale id: TextScale parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: TextScale nameWithType: TextField.TextScale fullName: MLEM.Ui.Elements.TextField.TextScale type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextScale path: ../MLEM.Ui/Elements/TextField.cs startLine: 68 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The scale that this text field should render text with example: [] syntax: content: public StyleProp TextScale { get; set; } parameters: [] return: type: MLEM.Ui.Style.StyleProp{System.Single} content.vb: Public Property TextScale As StyleProp(Of Single) overload: MLEM.Ui.Elements.TextField.TextScale* - uid: MLEM.Ui.Elements.TextField.Font commentId: P:MLEM.Ui.Elements.TextField.Font id: Font parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: Font nameWithType: TextField.Font fullName: MLEM.Ui.Elements.TextField.Font type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Font path: ../MLEM.Ui/Elements/TextField.cs startLine: 78 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The font that this text field should display text with example: [] syntax: content: public StyleProp Font { get; set; } parameters: [] return: type: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} content.vb: Public Property Font As StyleProp(Of GenericFont) overload: MLEM.Ui.Elements.TextField.Font* - uid: MLEM.Ui.Elements.TextField.TextOffsetX commentId: F:MLEM.Ui.Elements.TextField.TextOffsetX id: TextOffsetX parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: TextOffsetX nameWithType: TextField.TextOffsetX fullName: MLEM.Ui.Elements.TextField.TextOffsetX type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TextOffsetX path: ../MLEM.Ui/Elements/TextField.cs startLine: 88 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The x position that text should start rendering at, based on the x position of this text field. example: [] syntax: content: public StyleProp TextOffsetX return: type: MLEM.Ui.Style.StyleProp{System.Single} content.vb: Public TextOffsetX As StyleProp(Of Single) - uid: MLEM.Ui.Elements.TextField.CaretWidth commentId: F:MLEM.Ui.Elements.TextField.CaretWidth id: CaretWidth parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: CaretWidth nameWithType: TextField.CaretWidth fullName: MLEM.Ui.Elements.TextField.CaretWidth type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CaretWidth path: ../MLEM.Ui/Elements/TextField.cs startLine: 92 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The width that the caret should render with, in pixels example: [] syntax: content: public StyleProp CaretWidth return: type: MLEM.Ui.Style.StyleProp{System.Single} content.vb: Public CaretWidth As StyleProp(Of Single) - uid: MLEM.Ui.Elements.TextField.Text commentId: P:MLEM.Ui.Elements.TextField.Text id: Text parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: Text nameWithType: TextField.Text fullName: MLEM.Ui.Elements.TextField.Text type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Text path: ../MLEM.Ui/Elements/TextField.cs startLine: 95 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: This text input's current text example: [] syntax: content: public string Text { get; } parameters: [] return: type: System.String content.vb: Public ReadOnly Property Text As String overload: MLEM.Ui.Elements.TextField.Text* - uid: MLEM.Ui.Elements.TextField.OnTextChange commentId: F:MLEM.Ui.Elements.TextField.OnTextChange id: OnTextChange parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: OnTextChange nameWithType: TextField.OnTextChange fullName: MLEM.Ui.Elements.TextField.OnTextChange type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: OnTextChange path: ../MLEM.Ui/Elements/TextField.cs startLine: 97 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: An event that gets called when changes, either through input, or through a manual change. example: [] syntax: content: public TextField.TextChanged OnTextChange return: type: MLEM.Ui.Elements.TextField.TextChanged content.vb: Public OnTextChange As TextField.TextChanged - uid: MLEM.Ui.Elements.TextField.InputRule commentId: F:MLEM.Ui.Elements.TextField.InputRule id: InputRule parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: InputRule nameWithType: TextField.InputRule fullName: MLEM.Ui.Elements.TextField.InputRule type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: InputRule path: ../MLEM.Ui/Elements/TextField.cs startLine: 99 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- The rule used for text input. Rules allow only certain characters to be allowed inside of a text input. example: [] syntax: content: public TextField.Rule InputRule return: type: MLEM.Ui.Elements.TextField.Rule content.vb: Public InputRule As TextField.Rule - uid: MLEM.Ui.Elements.TextField.CaretPos commentId: P:MLEM.Ui.Elements.TextField.CaretPos id: CaretPos parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: CaretPos nameWithType: TextField.CaretPos fullName: MLEM.Ui.Elements.TextField.CaretPos type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CaretPos path: ../MLEM.Ui/Elements/TextField.cs startLine: 101 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- The position of the caret within the text. This is always between 0 and the of example: [] syntax: content: public int CaretPos { get; set; } parameters: [] return: type: System.Int32 content.vb: Public Property CaretPos As Integer overload: MLEM.Ui.Elements.TextField.CaretPos* - uid: MLEM.Ui.Elements.TextField.CaretLine commentId: P:MLEM.Ui.Elements.TextField.CaretLine id: CaretLine parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: CaretLine nameWithType: TextField.CaretLine fullName: MLEM.Ui.Elements.TextField.CaretLine type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CaretLine path: ../MLEM.Ui/Elements/TextField.cs startLine: 106 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- The line of text that the caret is currently on. This can only be only non-0 if is true. example: [] syntax: content: public int CaretLine { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property CaretLine As Integer overload: MLEM.Ui.Elements.TextField.CaretLine* - uid: MLEM.Ui.Elements.TextField.CaretPosInLine commentId: P:MLEM.Ui.Elements.TextField.CaretPosInLine id: CaretPosInLine parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: CaretPosInLine nameWithType: TextField.CaretPosInLine fullName: MLEM.Ui.Elements.TextField.CaretPosInLine type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CaretPosInLine path: ../MLEM.Ui/Elements/TextField.cs startLine: 108 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- The position in the current that the caret is currently on. If is false, this value is always equal to . example: [] syntax: content: public int CaretPosInLine { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property CaretPosInLine As Integer overload: MLEM.Ui.Elements.TextField.CaretPosInLine* - uid: MLEM.Ui.Elements.TextField.MaskingCharacter commentId: P:MLEM.Ui.Elements.TextField.MaskingCharacter id: MaskingCharacter parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: MaskingCharacter nameWithType: TextField.MaskingCharacter fullName: MLEM.Ui.Elements.TextField.MaskingCharacter type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MaskingCharacter path: ../MLEM.Ui/Elements/TextField.cs startLine: 110 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- A character that should be displayed instead of this text input's content. The amount of masking characters displayed will be equal to the 's length. This behavior is useful for password inputs or similar. example: [] syntax: content: public char? MaskingCharacter { get; set; } parameters: [] return: type: System.Nullable{System.Char} content.vb: Public Property MaskingCharacter As Char? overload: MLEM.Ui.Elements.TextField.MaskingCharacter* - uid: MLEM.Ui.Elements.TextField.MaximumCharacters commentId: P:MLEM.Ui.Elements.TextField.MaximumCharacters id: MaximumCharacters parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: MaximumCharacters nameWithType: TextField.MaximumCharacters fullName: MLEM.Ui.Elements.TextField.MaximumCharacters type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MaximumCharacters path: ../MLEM.Ui/Elements/TextField.cs startLine: 115 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- The maximum amount of characters that can be input into this text input. If this is set, the length of will never exceed this value. example: [] syntax: content: public int? MaximumCharacters { get; set; } parameters: [] return: type: System.Nullable{System.Int32} content.vb: Public Property MaximumCharacters As Integer? overload: MLEM.Ui.Elements.TextField.MaximumCharacters* - uid: MLEM.Ui.Elements.TextField.Multiline commentId: P:MLEM.Ui.Elements.TextField.Multiline id: Multiline parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: Multiline nameWithType: TextField.Multiline fullName: MLEM.Ui.Elements.TextField.Multiline type: Property source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Multiline path: ../MLEM.Ui/Elements/TextField.cs startLine: 120 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- Whether this text input should support multi-line editing. If this is true, pressing will insert a new line into the if the allows it. Additionally, text will be rendered with horizontal soft wraps, and lines that are outside of the text input's bounds will be hidden. example: [] syntax: content: public bool Multiline { get; set; } parameters: [] return: type: System.Boolean content.vb: Public Property Multiline As Boolean overload: MLEM.Ui.Elements.TextField.Multiline* - uid: MLEM.Ui.Elements.TextField.PlaceholderText commentId: F:MLEM.Ui.Elements.TextField.PlaceholderText id: PlaceholderText parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: PlaceholderText nameWithType: TextField.PlaceholderText fullName: MLEM.Ui.Elements.TextField.PlaceholderText type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PlaceholderText path: ../MLEM.Ui/Elements/TextField.cs startLine: 134 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The text that displays in this text field if is empty example: [] syntax: content: public string PlaceholderText return: type: System.String content.vb: Public PlaceholderText As String - uid: MLEM.Ui.Elements.TextField.MobileTitle commentId: F:MLEM.Ui.Elements.TextField.MobileTitle id: MobileTitle parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: MobileTitle nameWithType: TextField.MobileTitle fullName: MLEM.Ui.Elements.TextField.MobileTitle type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MobileTitle path: ../MLEM.Ui/Elements/TextField.cs startLine: 138 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The title of the KeyboardInput field on mobile devices and consoles example: [] syntax: content: public string MobileTitle return: type: System.String content.vb: Public MobileTitle As String - uid: MLEM.Ui.Elements.TextField.MobileDescription commentId: F:MLEM.Ui.Elements.TextField.MobileDescription id: MobileDescription parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: MobileDescription nameWithType: TextField.MobileDescription fullName: MLEM.Ui.Elements.TextField.MobileDescription type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MobileDescription path: ../MLEM.Ui/Elements/TextField.cs startLine: 142 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: The description of the KeyboardInput field on mobile devices and consoles example: [] syntax: content: public string MobileDescription return: type: System.String content.vb: Public MobileDescription As String - uid: MLEM.Ui.Elements.TextField.EnterReceiver commentId: F:MLEM.Ui.Elements.TextField.EnterReceiver id: EnterReceiver parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: EnterReceiver nameWithType: TextField.EnterReceiver fullName: MLEM.Ui.Elements.TextField.EnterReceiver type: Field source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: EnterReceiver path: ../MLEM.Ui/Elements/TextField.cs startLine: 148 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- An element that should be pressed (using ) if is pressed while this text field is active. Note that, for text fields that are , this is ignored. This also occurs once the text input window is successfully closed on a mobile device. example: [] syntax: content: public Element EnterReceiver return: type: MLEM.Ui.Elements.Element content.vb: Public EnterReceiver As Element - uid: MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont,System.String,System.Boolean) commentId: M:MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont,System.String,System.Boolean) id: '#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont,System.String,System.Boolean)' parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: TextField(Anchor, Vector2, Rule, GenericFont, string, bool) nameWithType: TextField.TextField(Anchor, Vector2, TextField.Rule, GenericFont, string, bool) fullName: MLEM.Ui.Elements.TextField.TextField(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.TextField.Rule, MLEM.Font.GenericFont, string, bool) type: Constructor source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM.Ui/Elements/TextField.cs startLine: 163 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: Creates a new text field with the given settings example: [] syntax: content: public TextField(Anchor anchor, Vector2 size, TextField.Rule rule = null, GenericFont font = null, string text = null, bool multiline = false) parameters: - id: anchor type: MLEM.Ui.Anchor description: The text field's anchor - id: size type: Microsoft.Xna.Framework.Vector2 description: The text field's size - id: rule type: MLEM.Ui.Elements.TextField.Rule description: The text field's input rule - id: font type: MLEM.Font.GenericFont description: The font to use for drawing text - id: text type: System.String description: The text that the text field should contain by default - id: multiline type: System.Boolean description: Whether the text field should support multi-line editing content.vb: Public Sub New(anchor As Anchor, size As Vector2, rule As TextField.Rule = Nothing, font As GenericFont = Nothing, text As String = Nothing, multiline As Boolean = False) overload: MLEM.Ui.Elements.TextField.#ctor* nameWithType.vb: TextField.New(Anchor, Vector2, TextField.Rule, GenericFont, String, Boolean) fullName.vb: MLEM.Ui.Elements.TextField.New(MLEM.Ui.Anchor, Microsoft.Xna.Framework.Vector2, MLEM.Ui.Elements.TextField.Rule, MLEM.Font.GenericFont, String, Boolean) name.vb: New(Anchor, Vector2, Rule, GenericFont, String, Boolean) - uid: MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) commentId: M:MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) id: SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: SetAreaAndUpdateChildren(RectangleF) nameWithType: TextField.SetAreaAndUpdateChildren(RectangleF) fullName: MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: SetAreaAndUpdateChildren path: ../MLEM.Ui/Elements/TextField.cs startLine: 210 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- Sets this element's to the given and invokes the event. This method also updates all of this element's 's areas. Note that this method does not take into account any auto-sizing, anchoring or positioning, and so it should be used sparingly, if at all. example: [] syntax: content: public override void SetAreaAndUpdateChildren(RectangleF area) parameters: - id: area type: MLEM.Maths.RectangleF content.vb: Public Overrides Sub SetAreaAndUpdateChildren(area As RectangleF) overridden: MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) overload: MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren* seealso: - linkId: MLEM.Ui.Elements.Element.ForceUpdateArea commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea - uid: MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) id: Update(Microsoft.Xna.Framework.GameTime) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: Update(GameTime) nameWithType: TextField.Update(GameTime) fullName: MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Update path: ../MLEM.Ui/Elements/TextField.cs startLine: 217 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: Updates this element and all of its example: [] syntax: content: public override void Update(GameTime time) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game's time content.vb: Public Overrides Sub Update(time As GameTime) overridden: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) overload: MLEM.Ui.Elements.TextField.Update* - uid: MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) commentId: M:MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: Draw(GameTime, SpriteBatch, float, SpriteBatchContext) nameWithType: TextField.Draw(GameTime, SpriteBatch, float, SpriteBatchContext) fullName: MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Draw path: ../MLEM.Ui/Elements/TextField.cs startLine: 230 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- Draws this element and all of its children. Override this method to draw the content of custom elements. Note that, when this is called, SpriteBatch.Begin has already been called with custom etc. applied. example: [] syntax: content: public override void Draw(GameTime time, SpriteBatch batch, float alpha, SpriteBatchContext context) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game's time - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to use for drawing - id: alpha type: System.Single description: The alpha to draw this element and its children with - id: context type: MLEM.Graphics.SpriteBatchContext description: The sprite batch context to use for drawing content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, context As SpriteBatchContext) overridden: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) overload: MLEM.Ui.Elements.TextField.Draw* nameWithType.vb: TextField.Draw(GameTime, SpriteBatch, Single, SpriteBatchContext) fullName.vb: MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single, MLEM.Graphics.SpriteBatchContext) name.vb: Draw(GameTime, SpriteBatch, Single, SpriteBatchContext) - uid: MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean) commentId: M:MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean) id: SetText(System.Object,System.Boolean) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: SetText(object, bool) nameWithType: TextField.SetText(object, bool) fullName: MLEM.Ui.Elements.TextField.SetText(object, bool) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: SetText path: ../MLEM.Ui/Elements/TextField.cs startLine: 252 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- Replaces this text input's text with the given text. If the resulting exceeds , the end will be cropped to fit. example: [] syntax: content: public void SetText(object text, bool removeMismatching = false) parameters: - id: text type: System.Object description: The new text - id: removeMismatching type: System.Boolean description: If any characters that don't match the should be left out content.vb: Public Sub SetText(text As Object, removeMismatching As Boolean = False) overload: MLEM.Ui.Elements.TextField.SetText* nameWithType.vb: TextField.SetText(Object, Boolean) fullName.vb: MLEM.Ui.Elements.TextField.SetText(Object, Boolean) name.vb: SetText(Object, Boolean) - uid: MLEM.Ui.Elements.TextField.InsertText(System.Object,System.Boolean) commentId: M:MLEM.Ui.Elements.TextField.InsertText(System.Object,System.Boolean) id: InsertText(System.Object,System.Boolean) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: InsertText(object, bool) nameWithType: TextField.InsertText(object, bool) fullName: MLEM.Ui.Elements.TextField.InsertText(object, bool) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: InsertText path: ../MLEM.Ui/Elements/TextField.cs startLine: 257 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: >- Inserts the given text at the . If the resulting exceeds , the end will be cropped to fit. example: [] syntax: content: public void InsertText(object text, bool removeMismatching = false) parameters: - id: text type: System.Object description: The text to insert - id: removeMismatching type: System.Boolean description: If any characters that don't match the should be left out content.vb: Public Sub InsertText(text As Object, removeMismatching As Boolean = False) overload: MLEM.Ui.Elements.TextField.InsertText* nameWithType.vb: TextField.InsertText(Object, Boolean) fullName.vb: MLEM.Ui.Elements.TextField.InsertText(Object, Boolean) name.vb: InsertText(Object, Boolean) - uid: MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32) commentId: M:MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32) id: RemoveText(System.Int32,System.Int32) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: RemoveText(int, int) nameWithType: TextField.RemoveText(int, int) fullName: MLEM.Ui.Elements.TextField.RemoveText(int, int) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: RemoveText path: ../MLEM.Ui/Elements/TextField.cs startLine: 262 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: Removes the given amount of text at the given index example: [] syntax: content: public void RemoveText(int index, int length) parameters: - id: index type: System.Int32 description: The index - id: length type: System.Int32 description: The amount of text to remove content.vb: Public Sub RemoveText(index As Integer, length As Integer) overload: MLEM.Ui.Elements.TextField.RemoveText* nameWithType.vb: TextField.RemoveText(Integer, Integer) fullName.vb: MLEM.Ui.Elements.TextField.RemoveText(Integer, Integer) name.vb: RemoveText(Integer, Integer) - uid: MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) commentId: M:MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) id: InitStyle(MLEM.Ui.Style.UiStyle) parent: MLEM.Ui.Elements.TextField langs: - csharp - vb name: InitStyle(UiStyle) nameWithType: TextField.InitStyle(UiStyle) fullName: MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle) type: Method source: remote: path: MLEM.Ui/Elements/TextField.cs branch: main repo: https://github.com/Ellpeck/MLEM id: InitStyle path: ../MLEM.Ui/Elements/TextField.cs startLine: 267 assemblies: - MLEM.Ui namespace: MLEM.Ui.Elements summary: Initializes this element's instances using the ui system's . example: [] syntax: content: protected override void InitStyle(UiStyle style) parameters: - id: style type: MLEM.Ui.Style.UiStyle description: The new style content.vb: Protected Overrides Sub InitStyle(style As UiStyle) overridden: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) overload: MLEM.Ui.Elements.TextField.InitStyle* references: - uid: MLEM.Ui.UiSystem commentId: T:MLEM.Ui.UiSystem parent: MLEM.Ui href: MLEM.Ui.UiSystem.html name: UiSystem nameWithType: UiSystem fullName: MLEM.Ui.UiSystem - uid: MLEM.Misc.MlemPlatform.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean) commentId: M:MLEM.Misc.MlemPlatform.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean) parent: MLEM.Misc.MlemPlatform isExternal: true href: MLEM.Misc.MlemPlatform.html#MLEM_Misc_MlemPlatform_OpenOnScreenKeyboard_System_String_System_String_System_String_System_Boolean_ name: OpenOnScreenKeyboard(string, string, string, bool) nameWithType: MlemPlatform.OpenOnScreenKeyboard(string, string, string, bool) fullName: MLEM.Misc.MlemPlatform.OpenOnScreenKeyboard(string, string, string, bool) nameWithType.vb: MlemPlatform.OpenOnScreenKeyboard(String, String, String, Boolean) fullName.vb: MLEM.Misc.MlemPlatform.OpenOnScreenKeyboard(String, String, String, Boolean) name.vb: OpenOnScreenKeyboard(String, String, String, Boolean) spec.csharp: - uid: MLEM.Misc.MlemPlatform.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean) name: OpenOnScreenKeyboard href: MLEM.Misc.MlemPlatform.html#MLEM_Misc_MlemPlatform_OpenOnScreenKeyboard_System_String_System_String_System_String_System_Boolean_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Misc.MlemPlatform.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean) name: OpenOnScreenKeyboard href: MLEM.Misc.MlemPlatform.html#MLEM_Misc_MlemPlatform_OpenOnScreenKeyboard_System_String_System_String_System_String_System_Boolean_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Input.TextInput commentId: T:MLEM.Input.TextInput parent: MLEM.Input href: MLEM.Input.TextInput.html name: TextInput nameWithType: TextInput fullName: MLEM.Input.TextInput - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements href: MLEM.html name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Elements name: Elements href: MLEM.Ui.Elements.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Elements name: Elements href: MLEM.Ui.Elements.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: MLEM.Misc.GenericDataHolder commentId: T:MLEM.Misc.GenericDataHolder parent: MLEM.Misc href: MLEM.Misc.GenericDataHolder.html name: GenericDataHolder nameWithType: GenericDataHolder fullName: MLEM.Misc.GenericDataHolder - uid: MLEM.Ui.Elements.Element commentId: T:MLEM.Ui.Elements.Element parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Element.html name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc href: MLEM.Misc.IGenericDataHolder.html name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: MLEM.Ui.Elements.Element.Epsilon commentId: F:MLEM.Ui.Elements.Element.Epsilon parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Epsilon name: Epsilon nameWithType: Element.Epsilon fullName: MLEM.Ui.Elements.Element.Epsilon - uid: MLEM.Ui.Elements.Element.System commentId: P:MLEM.Ui.Elements.Element.System parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_System name: System nameWithType: Element.System fullName: MLEM.Ui.Elements.Element.System - uid: MLEM.Ui.Elements.Element.Controls commentId: F:MLEM.Ui.Elements.Element.Controls parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Controls name: Controls nameWithType: Element.Controls fullName: MLEM.Ui.Elements.Element.Controls - uid: MLEM.Ui.Elements.Element.Parent commentId: P:MLEM.Ui.Elements.Element.Parent parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Parent name: Parent nameWithType: Element.Parent fullName: MLEM.Ui.Elements.Element.Parent - uid: MLEM.Ui.Elements.Element.Root commentId: P:MLEM.Ui.Elements.Element.Root parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Root name: Root nameWithType: Element.Root fullName: MLEM.Ui.Elements.Element.Root - uid: MLEM.Ui.Elements.Element.Scale commentId: P:MLEM.Ui.Elements.Element.Scale parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Scale name: Scale nameWithType: Element.Scale fullName: MLEM.Ui.Elements.Element.Scale - uid: MLEM.Ui.Elements.Element.Anchor commentId: P:MLEM.Ui.Elements.Element.Anchor parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Anchor name: Anchor nameWithType: Element.Anchor fullName: MLEM.Ui.Elements.Element.Anchor - uid: MLEM.Ui.Elements.Element.Size commentId: P:MLEM.Ui.Elements.Element.Size parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Size name: Size nameWithType: Element.Size fullName: MLEM.Ui.Elements.Element.Size - uid: MLEM.Ui.Elements.Element.ScaledSize commentId: P:MLEM.Ui.Elements.Element.ScaledSize parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaledSize name: ScaledSize nameWithType: Element.ScaledSize fullName: MLEM.Ui.Elements.Element.ScaledSize - uid: MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute commentId: P:MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AutoSizeAddedAbsolute name: AutoSizeAddedAbsolute nameWithType: Element.AutoSizeAddedAbsolute fullName: MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute - uid: MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute commentId: P:MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaledAutoSizeAddedAbsolute name: ScaledAutoSizeAddedAbsolute nameWithType: Element.ScaledAutoSizeAddedAbsolute fullName: MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute - uid: MLEM.Ui.Elements.Element.PositionOffset commentId: P:MLEM.Ui.Elements.Element.PositionOffset parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_PositionOffset name: PositionOffset nameWithType: Element.PositionOffset fullName: MLEM.Ui.Elements.Element.PositionOffset - uid: MLEM.Ui.Elements.Element.ScaledOffset commentId: P:MLEM.Ui.Elements.Element.ScaledOffset parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaledOffset name: ScaledOffset nameWithType: Element.ScaledOffset fullName: MLEM.Ui.Elements.Element.ScaledOffset - uid: MLEM.Ui.Elements.Element.ScaledPadding commentId: P:MLEM.Ui.Elements.Element.ScaledPadding parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaledPadding name: ScaledPadding nameWithType: Element.ScaledPadding fullName: MLEM.Ui.Elements.Element.ScaledPadding - uid: MLEM.Ui.Elements.Element.ScaledChildPadding commentId: P:MLEM.Ui.Elements.Element.ScaledChildPadding parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaledChildPadding name: ScaledChildPadding nameWithType: Element.ScaledChildPadding fullName: MLEM.Ui.Elements.Element.ScaledChildPadding - uid: MLEM.Ui.Elements.Element.ChildPaddedArea commentId: P:MLEM.Ui.Elements.Element.ChildPaddedArea parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ChildPaddedArea name: ChildPaddedArea nameWithType: Element.ChildPaddedArea fullName: MLEM.Ui.Elements.Element.ChildPaddedArea - uid: MLEM.Ui.Elements.Element.UnscrolledArea commentId: P:MLEM.Ui.Elements.Element.UnscrolledArea parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UnscrolledArea name: UnscrolledArea nameWithType: Element.UnscrolledArea fullName: MLEM.Ui.Elements.Element.UnscrolledArea - uid: MLEM.Ui.Elements.Element.Area commentId: P:MLEM.Ui.Elements.Element.Area parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Area name: Area nameWithType: Element.Area fullName: MLEM.Ui.Elements.Element.Area - uid: MLEM.Ui.Elements.Element.DisplayArea commentId: P:MLEM.Ui.Elements.Element.DisplayArea parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_DisplayArea name: DisplayArea nameWithType: Element.DisplayArea fullName: MLEM.Ui.Elements.Element.DisplayArea - uid: MLEM.Ui.Elements.Element.ScrollOffset commentId: F:MLEM.Ui.Elements.Element.ScrollOffset parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScrollOffset name: ScrollOffset nameWithType: Element.ScrollOffset fullName: MLEM.Ui.Elements.Element.ScrollOffset - uid: MLEM.Ui.Elements.Element.ScaledScrollOffset commentId: P:MLEM.Ui.Elements.Element.ScaledScrollOffset parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaledScrollOffset name: ScaledScrollOffset nameWithType: Element.ScaledScrollOffset fullName: MLEM.Ui.Elements.Element.ScaledScrollOffset - uid: MLEM.Ui.Elements.Element.IsHidden commentId: P:MLEM.Ui.Elements.Element.IsHidden parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_IsHidden name: IsHidden nameWithType: Element.IsHidden fullName: MLEM.Ui.Elements.Element.IsHidden - uid: MLEM.Ui.Elements.Element.Priority commentId: P:MLEM.Ui.Elements.Element.Priority parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Priority name: Priority nameWithType: Element.Priority fullName: MLEM.Ui.Elements.Element.Priority - uid: MLEM.Ui.Elements.Element.Transform commentId: F:MLEM.Ui.Elements.Element.Transform parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Transform name: Transform nameWithType: Element.Transform fullName: MLEM.Ui.Elements.Element.Transform - uid: MLEM.Ui.Elements.Element.CanBeSelected commentId: P:MLEM.Ui.Elements.Element.CanBeSelected parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CanBeSelected name: CanBeSelected nameWithType: Element.CanBeSelected fullName: MLEM.Ui.Elements.Element.CanBeSelected - uid: MLEM.Ui.Elements.Element.CanBeMoused commentId: P:MLEM.Ui.Elements.Element.CanBeMoused parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CanBeMoused name: CanBeMoused nameWithType: Element.CanBeMoused fullName: MLEM.Ui.Elements.Element.CanBeMoused - uid: MLEM.Ui.Elements.Element.CanBePressed commentId: P:MLEM.Ui.Elements.Element.CanBePressed parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CanBePressed name: CanBePressed nameWithType: Element.CanBePressed fullName: MLEM.Ui.Elements.Element.CanBePressed - uid: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach commentId: P:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CanAutoAnchorsAttach name: CanAutoAnchorsAttach nameWithType: Element.CanAutoAnchorsAttach fullName: MLEM.Ui.Elements.Element.CanAutoAnchorsAttach - uid: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren commentId: P:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetWidthBasedOnChildren name: SetWidthBasedOnChildren nameWithType: Element.SetWidthBasedOnChildren fullName: MLEM.Ui.Elements.Element.SetWidthBasedOnChildren - uid: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren commentId: P:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetHeightBasedOnChildren name: SetHeightBasedOnChildren nameWithType: Element.SetHeightBasedOnChildren fullName: MLEM.Ui.Elements.Element.SetHeightBasedOnChildren - uid: MLEM.Ui.Elements.Element.TreatSizeAsMinimum commentId: P:MLEM.Ui.Elements.Element.TreatSizeAsMinimum parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TreatSizeAsMinimum name: TreatSizeAsMinimum nameWithType: Element.TreatSizeAsMinimum fullName: MLEM.Ui.Elements.Element.TreatSizeAsMinimum - uid: MLEM.Ui.Elements.Element.TreatSizeAsMaximum commentId: P:MLEM.Ui.Elements.Element.TreatSizeAsMaximum parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TreatSizeAsMaximum name: TreatSizeAsMaximum nameWithType: Element.TreatSizeAsMaximum fullName: MLEM.Ui.Elements.Element.TreatSizeAsMaximum - uid: MLEM.Ui.Elements.Element.PreventParentSpill commentId: P:MLEM.Ui.Elements.Element.PreventParentSpill parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_PreventParentSpill name: PreventParentSpill nameWithType: Element.PreventParentSpill fullName: MLEM.Ui.Elements.Element.PreventParentSpill - uid: MLEM.Ui.Elements.Element.DrawAlpha commentId: P:MLEM.Ui.Elements.Element.DrawAlpha parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_DrawAlpha name: DrawAlpha nameWithType: Element.DrawAlpha fullName: MLEM.Ui.Elements.Element.DrawAlpha - uid: MLEM.Ui.Elements.Element.IsMouseOver commentId: P:MLEM.Ui.Elements.Element.IsMouseOver parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_IsMouseOver name: IsMouseOver nameWithType: Element.IsMouseOver fullName: MLEM.Ui.Elements.Element.IsMouseOver - uid: MLEM.Ui.Elements.Element.IsSelected commentId: P:MLEM.Ui.Elements.Element.IsSelected parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_IsSelected name: IsSelected nameWithType: Element.IsSelected fullName: MLEM.Ui.Elements.Element.IsSelected - uid: MLEM.Ui.Elements.Element.IsSelectedActive commentId: P:MLEM.Ui.Elements.Element.IsSelectedActive parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_IsSelectedActive name: IsSelectedActive nameWithType: Element.IsSelectedActive fullName: MLEM.Ui.Elements.Element.IsSelectedActive - uid: MLEM.Ui.Elements.Element.AreaDirty commentId: P:MLEM.Ui.Elements.Element.AreaDirty parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AreaDirty name: AreaDirty nameWithType: Element.AreaDirty fullName: MLEM.Ui.Elements.Element.AreaDirty - uid: MLEM.Ui.Elements.Element.AutoNavGroup commentId: P:MLEM.Ui.Elements.Element.AutoNavGroup parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AutoNavGroup name: AutoNavGroup nameWithType: Element.AutoNavGroup fullName: MLEM.Ui.Elements.Element.AutoNavGroup - uid: MLEM.Ui.Elements.Element.Style commentId: P:MLEM.Ui.Elements.Element.Style parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Style name: Style nameWithType: Element.Style fullName: MLEM.Ui.Elements.Element.Style - uid: MLEM.Ui.Elements.Element.SelectionIndicator commentId: F:MLEM.Ui.Elements.Element.SelectionIndicator parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SelectionIndicator name: SelectionIndicator nameWithType: Element.SelectionIndicator fullName: MLEM.Ui.Elements.Element.SelectionIndicator - uid: MLEM.Ui.Elements.Element.ActionSound commentId: F:MLEM.Ui.Elements.Element.ActionSound parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ActionSound name: ActionSound nameWithType: Element.ActionSound fullName: MLEM.Ui.Elements.Element.ActionSound - uid: MLEM.Ui.Elements.Element.SecondActionSound commentId: F:MLEM.Ui.Elements.Element.SecondActionSound parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SecondActionSound name: SecondActionSound nameWithType: Element.SecondActionSound fullName: MLEM.Ui.Elements.Element.SecondActionSound - uid: MLEM.Ui.Elements.Element.Padding commentId: F:MLEM.Ui.Elements.Element.Padding parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Padding name: Padding nameWithType: Element.Padding fullName: MLEM.Ui.Elements.Element.Padding - uid: MLEM.Ui.Elements.Element.ChildPadding commentId: P:MLEM.Ui.Elements.Element.ChildPadding parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ChildPadding name: ChildPadding nameWithType: Element.ChildPadding fullName: MLEM.Ui.Elements.Element.ChildPadding - uid: MLEM.Ui.Elements.Element.MouseEnterAnimation commentId: F:MLEM.Ui.Elements.Element.MouseEnterAnimation parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_MouseEnterAnimation name: MouseEnterAnimation nameWithType: Element.MouseEnterAnimation fullName: MLEM.Ui.Elements.Element.MouseEnterAnimation - uid: MLEM.Ui.Elements.Element.MouseExitAnimation commentId: F:MLEM.Ui.Elements.Element.MouseExitAnimation parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_MouseExitAnimation name: MouseExitAnimation nameWithType: Element.MouseExitAnimation fullName: MLEM.Ui.Elements.Element.MouseExitAnimation - uid: MLEM.Ui.Elements.Element.OnDrawn commentId: F:MLEM.Ui.Elements.Element.OnDrawn parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnDrawn name: OnDrawn nameWithType: Element.OnDrawn fullName: MLEM.Ui.Elements.Element.OnDrawn - uid: MLEM.Ui.Elements.Element.OnUpdated commentId: F:MLEM.Ui.Elements.Element.OnUpdated parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnUpdated name: OnUpdated nameWithType: Element.OnUpdated fullName: MLEM.Ui.Elements.Element.OnUpdated - uid: MLEM.Ui.Elements.Element.OnPressed commentId: F:MLEM.Ui.Elements.Element.OnPressed parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnPressed name: OnPressed nameWithType: Element.OnPressed fullName: MLEM.Ui.Elements.Element.OnPressed - uid: MLEM.Ui.Elements.Element.OnSecondaryPressed commentId: F:MLEM.Ui.Elements.Element.OnSecondaryPressed parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnSecondaryPressed name: OnSecondaryPressed nameWithType: Element.OnSecondaryPressed fullName: MLEM.Ui.Elements.Element.OnSecondaryPressed - uid: MLEM.Ui.Elements.Element.OnSelected commentId: F:MLEM.Ui.Elements.Element.OnSelected parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnSelected name: OnSelected nameWithType: Element.OnSelected fullName: MLEM.Ui.Elements.Element.OnSelected - uid: MLEM.Ui.Elements.Element.OnDeselected commentId: F:MLEM.Ui.Elements.Element.OnDeselected parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnDeselected name: OnDeselected nameWithType: Element.OnDeselected fullName: MLEM.Ui.Elements.Element.OnDeselected - uid: MLEM.Ui.Elements.Element.OnMouseEnter commentId: F:MLEM.Ui.Elements.Element.OnMouseEnter parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnMouseEnter name: OnMouseEnter nameWithType: Element.OnMouseEnter fullName: MLEM.Ui.Elements.Element.OnMouseEnter - uid: MLEM.Ui.Elements.Element.OnMouseExit commentId: F:MLEM.Ui.Elements.Element.OnMouseExit parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnMouseExit name: OnMouseExit nameWithType: Element.OnMouseExit fullName: MLEM.Ui.Elements.Element.OnMouseExit - uid: MLEM.Ui.Elements.Element.OnTouchEnter commentId: F:MLEM.Ui.Elements.Element.OnTouchEnter parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnTouchEnter name: OnTouchEnter nameWithType: Element.OnTouchEnter fullName: MLEM.Ui.Elements.Element.OnTouchEnter - uid: MLEM.Ui.Elements.Element.OnTouchExit commentId: F:MLEM.Ui.Elements.Element.OnTouchExit parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnTouchExit name: OnTouchExit nameWithType: Element.OnTouchExit fullName: MLEM.Ui.Elements.Element.OnTouchExit - uid: MLEM.Ui.Elements.Element.OnTextInput commentId: F:MLEM.Ui.Elements.Element.OnTextInput parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnTextInput name: OnTextInput nameWithType: Element.OnTextInput fullName: MLEM.Ui.Elements.Element.OnTextInput - uid: MLEM.Ui.Elements.Element.OnAreaUpdated commentId: F:MLEM.Ui.Elements.Element.OnAreaUpdated parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnAreaUpdated name: OnAreaUpdated nameWithType: Element.OnAreaUpdated fullName: MLEM.Ui.Elements.Element.OnAreaUpdated - uid: MLEM.Ui.Elements.Element.OnStyleInit commentId: F:MLEM.Ui.Elements.Element.OnStyleInit parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnStyleInit name: OnStyleInit nameWithType: Element.OnStyleInit fullName: MLEM.Ui.Elements.Element.OnStyleInit - uid: MLEM.Ui.Elements.Element.OnMousedElementChanged commentId: F:MLEM.Ui.Elements.Element.OnMousedElementChanged parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnMousedElementChanged name: OnMousedElementChanged nameWithType: Element.OnMousedElementChanged fullName: MLEM.Ui.Elements.Element.OnMousedElementChanged - uid: MLEM.Ui.Elements.Element.OnTouchedElementChanged commentId: F:MLEM.Ui.Elements.Element.OnTouchedElementChanged parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnTouchedElementChanged name: OnTouchedElementChanged nameWithType: Element.OnTouchedElementChanged fullName: MLEM.Ui.Elements.Element.OnTouchedElementChanged - uid: MLEM.Ui.Elements.Element.OnSelectedElementChanged commentId: F:MLEM.Ui.Elements.Element.OnSelectedElementChanged parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnSelectedElementChanged name: OnSelectedElementChanged nameWithType: Element.OnSelectedElementChanged fullName: MLEM.Ui.Elements.Element.OnSelectedElementChanged - uid: MLEM.Ui.Elements.Element.GetTabNextElement commentId: F:MLEM.Ui.Elements.Element.GetTabNextElement parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetTabNextElement name: GetTabNextElement nameWithType: Element.GetTabNextElement fullName: MLEM.Ui.Elements.Element.GetTabNextElement - uid: MLEM.Ui.Elements.Element.GetGamepadNextElement commentId: F:MLEM.Ui.Elements.Element.GetGamepadNextElement parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetGamepadNextElement name: GetGamepadNextElement nameWithType: Element.GetGamepadNextElement fullName: MLEM.Ui.Elements.Element.GetGamepadNextElement - uid: MLEM.Ui.Elements.Element.OnChildAdded commentId: F:MLEM.Ui.Elements.Element.OnChildAdded parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnChildAdded name: OnChildAdded nameWithType: Element.OnChildAdded fullName: MLEM.Ui.Elements.Element.OnChildAdded - uid: MLEM.Ui.Elements.Element.OnChildRemoved commentId: F:MLEM.Ui.Elements.Element.OnChildRemoved parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnChildRemoved name: OnChildRemoved nameWithType: Element.OnChildRemoved fullName: MLEM.Ui.Elements.Element.OnChildRemoved - uid: MLEM.Ui.Elements.Element.OnAddedToUi commentId: F:MLEM.Ui.Elements.Element.OnAddedToUi parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnAddedToUi name: OnAddedToUi nameWithType: Element.OnAddedToUi fullName: MLEM.Ui.Elements.Element.OnAddedToUi - uid: MLEM.Ui.Elements.Element.OnRemovedFromUi commentId: F:MLEM.Ui.Elements.Element.OnRemovedFromUi parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnRemovedFromUi name: OnRemovedFromUi nameWithType: Element.OnRemovedFromUi fullName: MLEM.Ui.Elements.Element.OnRemovedFromUi - uid: MLEM.Ui.Elements.Element.Children commentId: F:MLEM.Ui.Elements.Element.Children parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Children name: Children nameWithType: Element.Children fullName: MLEM.Ui.Elements.Element.Children - uid: MLEM.Ui.Elements.Element.PlayingAnimations commentId: F:MLEM.Ui.Elements.Element.PlayingAnimations parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_PlayingAnimations name: PlayingAnimations nameWithType: Element.PlayingAnimations fullName: MLEM.Ui.Elements.Element.PlayingAnimations - uid: MLEM.Ui.Elements.Element.SortedChildren commentId: P:MLEM.Ui.Elements.Element.SortedChildren parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SortedChildren name: SortedChildren nameWithType: Element.SortedChildren fullName: MLEM.Ui.Elements.Element.SortedChildren - uid: MLEM.Ui.Elements.Element.Input commentId: P:MLEM.Ui.Elements.Element.Input parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Input name: Input nameWithType: Element.Input fullName: MLEM.Ui.Elements.Element.Input - uid: MLEM.Ui.Elements.Element.ParentArea commentId: P:MLEM.Ui.Elements.Element.ParentArea parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ParentArea name: ParentArea nameWithType: Element.ParentArea fullName: MLEM.Ui.Elements.Element.ParentArea - uid: MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32) commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) parent: MLEM.Ui.Elements.Element definition: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddChild__1___0_System_Int32_ name: AddChild(T, int) nameWithType: Element.AddChild(T, int) fullName: MLEM.Ui.Elements.Element.AddChild(T, int) nameWithType.vb: Element.AddChild(Of T)(T, Integer) fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, Integer) name.vb: AddChild(Of T)(T, Integer) spec.csharp: - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) name: AddChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddChild__1___0_System_Int32_ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) name: AddChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddChild__1___0_System_Int32_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) commentId: M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemoveChild_MLEM_Ui_Elements_Element_ name: RemoveChild(Element) nameWithType: Element.RemoveChild(Element) fullName: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) spec.csharp: - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) name: RemoveChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemoveChild_MLEM_Ui_Elements_Element_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element) name: RemoveChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemoveChild_MLEM_Ui_Elements_Element_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ) - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) commentId: M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemoveChildren_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ name: RemoveChildren(Func) nameWithType: Element.RemoveChildren(Func) fullName: MLEM.Ui.Elements.Element.RemoveChildren(System.Func) nameWithType.vb: Element.RemoveChildren(Func(Of Element, Boolean)) fullName.vb: MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, Boolean)) name.vb: RemoveChildren(Func(Of Element, Boolean)) spec.csharp: - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) name: RemoveChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemoveChildren_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) name: RemoveChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemoveChildren_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty commentId: M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetSortedChildrenDirty name: SetSortedChildrenDirty() nameWithType: Element.SetSortedChildrenDirty() fullName: MLEM.Ui.Elements.Element.SetSortedChildrenDirty() spec.csharp: - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty name: SetSortedChildrenDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetSortedChildrenDirty - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.SetSortedChildrenDirty name: SetSortedChildrenDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetSortedChildrenDirty - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty commentId: M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UpdateSortedChildrenIfDirty name: UpdateSortedChildrenIfDirty() nameWithType: Element.UpdateSortedChildrenIfDirty() fullName: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty() spec.csharp: - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty name: UpdateSortedChildrenIfDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UpdateSortedChildrenIfDirty - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty name: UpdateSortedChildrenIfDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UpdateSortedChildrenIfDirty - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren commentId: M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ForceUpdateSortedChildren name: ForceUpdateSortedChildren() nameWithType: Element.ForceUpdateSortedChildren() fullName: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren() spec.csharp: - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren name: ForceUpdateSortedChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ForceUpdateSortedChildren - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.ForceUpdateSortedChildren name: ForceUpdateSortedChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ForceUpdateSortedChildren - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.SetAreaDirty commentId: M:MLEM.Ui.Elements.Element.SetAreaDirty parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetAreaDirty name: SetAreaDirty() nameWithType: Element.SetAreaDirty() fullName: MLEM.Ui.Elements.Element.SetAreaDirty() spec.csharp: - uid: MLEM.Ui.Elements.Element.SetAreaDirty name: SetAreaDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetAreaDirty - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.SetAreaDirty name: SetAreaDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetAreaDirty - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty commentId: M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UpdateAreaIfDirty name: UpdateAreaIfDirty() nameWithType: Element.UpdateAreaIfDirty() fullName: MLEM.Ui.Elements.Element.UpdateAreaIfDirty() spec.csharp: - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty name: UpdateAreaIfDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UpdateAreaIfDirty - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.UpdateAreaIfDirty name: UpdateAreaIfDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_UpdateAreaIfDirty - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.ForceUpdateArea commentId: M:MLEM.Ui.Elements.Element.ForceUpdateArea parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ForceUpdateArea name: ForceUpdateArea() nameWithType: Element.ForceUpdateArea() fullName: MLEM.Ui.Elements.Element.ForceUpdateArea() spec.csharp: - uid: MLEM.Ui.Elements.Element.ForceUpdateArea name: ForceUpdateArea href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ForceUpdateArea - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.ForceUpdateArea name: ForceUpdateArea href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ForceUpdateArea - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF) commentId: M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CalcActualSize_MLEM_Maths_RectangleF_ name: CalcActualSize(RectangleF) nameWithType: Element.CalcActualSize(RectangleF) fullName: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF) spec.csharp: - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF) name: CalcActualSize href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CalcActualSize_MLEM_Maths_RectangleF_ - name: ( - uid: MLEM.Maths.RectangleF name: RectangleF href: MLEM.Maths.RectangleF.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF) name: CalcActualSize href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_CalcActualSize_MLEM_Maths_RectangleF_ - name: ( - uid: MLEM.Maths.RectangleF name: RectangleF href: MLEM.Maths.RectangleF.html - name: ) - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors commentId: M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetAreaForAutoAnchors name: GetAreaForAutoAnchors() nameWithType: Element.GetAreaForAutoAnchors() fullName: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors() spec.csharp: - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors name: GetAreaForAutoAnchors href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetAreaForAutoAnchors - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetAreaForAutoAnchors name: GetAreaForAutoAnchors href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetAreaForAutoAnchors - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetLowestChild_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ name: GetLowestChild(Func, bool) nameWithType: Element.GetLowestChild(Func, bool) fullName: MLEM.Ui.Elements.Element.GetLowestChild(System.Func, bool) nameWithType.vb: Element.GetLowestChild(Func(Of Element, Boolean), Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean) name.vb: GetLowestChild(Func(Of Element, Boolean), Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) name: GetLowestChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetLowestChild_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) name: GetLowestChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetLowestChild_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetRightmostChild_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ name: GetRightmostChild(Func, bool) nameWithType: Element.GetRightmostChild(Func, bool) fullName: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func, bool) nameWithType.vb: Element.GetRightmostChild(Func(Of Element, Boolean), Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean) name.vb: GetRightmostChild(Func(Of Element, Boolean), Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) name: GetRightmostChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetRightmostChild_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) name: GetRightmostChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetRightmostChild_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetLowestOlderSibling_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ name: GetLowestOlderSibling(Func, bool) nameWithType: Element.GetLowestOlderSibling(Func, bool) fullName: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func, bool) nameWithType.vb: Element.GetLowestOlderSibling(Func(Of Element, Boolean), Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean) name.vb: GetLowestOlderSibling(Func(Of Element, Boolean), Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) name: GetLowestOlderSibling href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetLowestOlderSibling_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean) name: GetLowestOlderSibling href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetLowestOlderSibling_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) commentId: M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetOlderSibling_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ name: GetOlderSibling(Func) nameWithType: Element.GetOlderSibling(Func) fullName: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func) nameWithType.vb: Element.GetOlderSibling(Func(Of Element, Boolean)) fullName.vb: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, Boolean)) name.vb: GetOlderSibling(Func(Of Element, Boolean)) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) name: GetOlderSibling href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetOlderSibling_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) name: GetOlderSibling href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetOlderSibling_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) commentId: M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetSiblings_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ name: GetSiblings(Func) nameWithType: Element.GetSiblings(Func) fullName: MLEM.Ui.Elements.Element.GetSiblings(System.Func) nameWithType.vb: Element.GetSiblings(Func(Of Element, Boolean)) fullName.vb: MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, Boolean)) name.vb: GetSiblings(Func(Of Element, Boolean)) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) name: GetSiblings href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetSiblings_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean}) name: GetSiblings href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetSiblings_System_Func_MLEM_Ui_Elements_Element_System_Boolean__ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) parent: MLEM.Ui.Elements.Element definition: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren__1_System_Func___0_System_Boolean__System_Boolean_System_Boolean_ name: GetChildren(Func, bool, bool) nameWithType: Element.GetChildren(Func, bool, bool) fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, bool, bool) nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, Boolean), Boolean, Boolean) name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) name: GetChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren__1_System_Func___0_System_Boolean__System_Boolean_System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) name: GetChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren__1_System_Func___0_System_Boolean__System_Boolean_System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - name: T - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_System_Boolean_ name: GetChildren(Func, bool, bool) nameWithType: Element.GetChildren(Func, bool, bool) fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, bool, bool) nameWithType.vb: Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean, Boolean) name.vb: GetChildren(Func(Of Element, Boolean), Boolean, Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) name: GetChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean) name: GetChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren_System_Func_MLEM_Ui_Elements_Element_System_Boolean__System_Boolean_System_Boolean_ - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.GetParentTree commentId: M:MLEM.Ui.Elements.Element.GetParentTree parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetParentTree name: GetParentTree() nameWithType: Element.GetParentTree() fullName: MLEM.Ui.Elements.Element.GetParentTree() spec.csharp: - uid: MLEM.Ui.Elements.Element.GetParentTree name: GetParentTree href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetParentTree - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetParentTree name: GetParentTree href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetParentTree - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetTotalCoveredArea_System_Boolean_ name: GetTotalCoveredArea(bool) nameWithType: Element.GetTotalCoveredArea(bool) fullName: MLEM.Ui.Elements.Element.GetTotalCoveredArea(bool) nameWithType.vb: Element.GetTotalCoveredArea(Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetTotalCoveredArea(Boolean) name.vb: GetTotalCoveredArea(Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean) name: GetTotalCoveredArea href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetTotalCoveredArea_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean) name: GetTotalCoveredArea href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetTotalCoveredArea_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.GetRelevantChildren commentId: M:MLEM.Ui.Elements.Element.GetRelevantChildren parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetRelevantChildren name: GetRelevantChildren() nameWithType: Element.GetRelevantChildren() fullName: MLEM.Ui.Elements.Element.GetRelevantChildren() spec.csharp: - uid: MLEM.Ui.Elements.Element.GetRelevantChildren name: GetRelevantChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetRelevantChildren - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetRelevantChildren name: GetRelevantChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetRelevantChildren - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) commentId: M:MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_DrawTransformed_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ name: DrawTransformed(GameTime, SpriteBatch, float, SpriteBatchContext) nameWithType: Element.DrawTransformed(GameTime, SpriteBatch, float, SpriteBatchContext) fullName: MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext) nameWithType.vb: Element.DrawTransformed(GameTime, SpriteBatch, Single, SpriteBatchContext) fullName.vb: MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single, MLEM.Graphics.SpriteBatchContext) name.vb: DrawTransformed(GameTime, SpriteBatch, Single, SpriteBatchContext) spec.csharp: - uid: MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) name: DrawTransformed href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_DrawTransformed_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: MLEM.Graphics.SpriteBatchContext name: SpriteBatchContext href: MLEM.Graphics.SpriteBatchContext.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) name: DrawTransformed href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_DrawTransformed_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: MLEM.Graphics.SpriteBatchContext name: SpriteBatchContext href: MLEM.Graphics.SpriteBatchContext.html - name: ) - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) commentId: M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetElementUnderPos_Microsoft_Xna_Framework_Vector2_ name: GetElementUnderPos(Vector2) nameWithType: Element.GetElementUnderPos(Vector2) fullName: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) name: GetElementUnderPos href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetElementUnderPos_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2) name: GetElementUnderPos href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetElementUnderPos_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - uid: MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation) commentId: M:MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_PlayAnimation_MLEM_Ui_UiAnimation_ name: PlayAnimation(UiAnimation) nameWithType: Element.PlayAnimation(UiAnimation) fullName: MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation) spec.csharp: - uid: MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation) name: PlayAnimation href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_PlayAnimation_MLEM_Ui_UiAnimation_ - name: ( - uid: MLEM.Ui.UiAnimation name: UiAnimation href: MLEM.Ui.UiAnimation.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation) name: PlayAnimation href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_PlayAnimation_MLEM_Ui_UiAnimation_ - name: ( - uid: MLEM.Ui.UiAnimation name: UiAnimation href: MLEM.Ui.UiAnimation.html - name: ) - uid: MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation) commentId: M:MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_StopAnimation_MLEM_Ui_UiAnimation_ name: StopAnimation(UiAnimation) nameWithType: Element.StopAnimation(UiAnimation) fullName: MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation) spec.csharp: - uid: MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation) name: StopAnimation href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_StopAnimation_MLEM_Ui_UiAnimation_ - name: ( - uid: MLEM.Ui.UiAnimation name: UiAnimation href: MLEM.Ui.UiAnimation.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation) name: StopAnimation href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_StopAnimation_MLEM_Ui_UiAnimation_ - name: ( - uid: MLEM.Ui.UiAnimation name: UiAnimation href: MLEM.Ui.UiAnimation.html - name: ) - uid: MLEM.Ui.Elements.Element.ToString commentId: M:MLEM.Ui.Elements.Element.ToString parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ToString name: ToString() nameWithType: Element.ToString() fullName: MLEM.Ui.Elements.Element.ToString() spec.csharp: - uid: MLEM.Ui.Elements.Element.ToString name: ToString href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ToString - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.ToString name: ToString href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ToString - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) commentId: M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AndChildren_System_Action_MLEM_Ui_Elements_Element__ name: AndChildren(Action) nameWithType: Element.AndChildren(Action) fullName: MLEM.Ui.Elements.Element.AndChildren(System.Action) nameWithType.vb: Element.AndChildren(Action(Of Element)) fullName.vb: MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element)) name.vb: AndChildren(Action(Of Element)) spec.csharp: - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) name: AndChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AndChildren_System_Action_MLEM_Ui_Elements_Element__ - name: ( - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: '>' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element}) name: AndChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AndChildren_System_Action_MLEM_Ui_Elements_Element__ - name: ( - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ) - name: ) - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) commentId: M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ReorderChildren_System_Comparison_MLEM_Ui_Elements_Element__ name: ReorderChildren(Comparison) nameWithType: Element.ReorderChildren(Comparison) fullName: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison) nameWithType.vb: Element.ReorderChildren(Comparison(Of Element)) fullName.vb: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element)) name.vb: ReorderChildren(Comparison(Of Element)) spec.csharp: - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) name: ReorderChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ReorderChildren_System_Comparison_MLEM_Ui_Elements_Element__ - name: ( - uid: System.Comparison`1 name: Comparison isExternal: true href: https://learn.microsoft.com/dotnet/api/system.comparison-1 - name: < - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: '>' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element}) name: ReorderChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ReorderChildren_System_Comparison_MLEM_Ui_Elements_Element__ - name: ( - uid: System.Comparison`1 name: Comparison isExternal: true href: https://learn.microsoft.com/dotnet/api/system.comparison-1 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ) - name: ) - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) commentId: M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ReverseChildren_System_Int32_System_Nullable_System_Int32__ name: ReverseChildren(int, int?) nameWithType: Element.ReverseChildren(int, int?) fullName: MLEM.Ui.Elements.Element.ReverseChildren(int, int?) nameWithType.vb: Element.ReverseChildren(Integer, Integer?) fullName.vb: MLEM.Ui.Elements.Element.ReverseChildren(Integer, Integer?) name.vb: ReverseChildren(Integer, Integer?) spec.csharp: - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) name: ReverseChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ReverseChildren_System_Int32_System_Nullable_System_Int32__ - name: ( - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32}) name: ReverseChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ReverseChildren_System_Int32_System_Nullable_System_Int32__ - name: ( - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' - name: ) - uid: MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaleTransform_System_Single_System_Nullable_Microsoft_Xna_Framework_Vector2__ name: ScaleTransform(float, Vector2?) nameWithType: Element.ScaleTransform(float, Vector2?) fullName: MLEM.Ui.Elements.Element.ScaleTransform(float, Microsoft.Xna.Framework.Vector2?) nameWithType.vb: Element.ScaleTransform(Single, Vector2?) fullName.vb: MLEM.Ui.Elements.Element.ScaleTransform(Single, Microsoft.Xna.Framework.Vector2?) name.vb: ScaleTransform(Single, Vector2?) spec.csharp: - uid: MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: ScaleTransform href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaleTransform_System_Single_System_Nullable_Microsoft_Xna_Framework_Vector2__ - name: ( - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: ScaleTransform href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_ScaleTransform_System_Single_System_Nullable_Microsoft_Xna_Framework_Vector2__ - name: ( - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ) - uid: MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean) commentId: M:MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnChildAreaDirty_MLEM_Ui_Elements_Element_System_Boolean_ name: OnChildAreaDirty(Element, bool) nameWithType: Element.OnChildAreaDirty(Element, bool) fullName: MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element, bool) nameWithType.vb: Element.OnChildAreaDirty(Element, Boolean) fullName.vb: MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element, Boolean) name.vb: OnChildAreaDirty(Element, Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean) name: OnChildAreaDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnChildAreaDirty_MLEM_Ui_Elements_Element_System_Boolean_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean) name: OnChildAreaDirty href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_OnChildAreaDirty_MLEM_Ui_Elements_Element_System_Boolean_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2) commentId: M:MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TransformInverse_Microsoft_Xna_Framework_Vector2_ name: TransformInverse(Vector2) nameWithType: Element.TransformInverse(Vector2) fullName: MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2) name: TransformInverse href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TransformInverse_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2) name: TransformInverse href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TransformInverse_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - uid: MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2) commentId: M:MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TransformInverseAll_Microsoft_Xna_Framework_Vector2_ name: TransformInverseAll(Vector2) nameWithType: Element.TransformInverseAll(Vector2) fullName: MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2) name: TransformInverseAll href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TransformInverseAll_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2) name: TransformInverseAll href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_TransformInverseAll_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - uid: MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement) commentId: M:MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddedToUi_MLEM_Ui_UiSystem_MLEM_Ui_RootElement_ name: AddedToUi(UiSystem, RootElement) nameWithType: Element.AddedToUi(UiSystem, RootElement) fullName: MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem, MLEM.Ui.RootElement) spec.csharp: - uid: MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement) name: AddedToUi href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddedToUi_MLEM_Ui_UiSystem_MLEM_Ui_RootElement_ - name: ( - uid: MLEM.Ui.UiSystem name: UiSystem href: MLEM.Ui.UiSystem.html - name: ',' - name: " " - uid: MLEM.Ui.RootElement name: RootElement href: MLEM.Ui.RootElement.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement) name: AddedToUi href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddedToUi_MLEM_Ui_UiSystem_MLEM_Ui_RootElement_ - name: ( - uid: MLEM.Ui.UiSystem name: UiSystem href: MLEM.Ui.UiSystem.html - name: ',' - name: " " - uid: MLEM.Ui.RootElement name: RootElement href: MLEM.Ui.RootElement.html - name: ) - uid: MLEM.Ui.Elements.Element.RemovedFromUi commentId: M:MLEM.Ui.Elements.Element.RemovedFromUi parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemovedFromUi name: RemovedFromUi() nameWithType: Element.RemovedFromUi() fullName: MLEM.Ui.Elements.Element.RemovedFromUi() spec.csharp: - uid: MLEM.Ui.Elements.Element.RemovedFromUi name: RemovedFromUi href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemovedFromUi - name: ( - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.RemovedFromUi name: RemovedFromUi href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_RemovedFromUi - name: ( - name: ) - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Misc.GenericDataHolder definition: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ name: GetData(string) nameWithType: GenericDataHolder.GetData(string) fullName: MLEM.Misc.GenericDataHolder.GetData(string) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Misc.GenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys parent: MLEM.Misc.GenericDataHolder href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys name: GetDataKeys() nameWithType: GenericDataHolder.GetDataKeys() fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: MLEM.Ui.Elements.Element.MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Paragraph.TextCallback) commentId: M:MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Paragraph_TextCallback_ name: AddTooltip(Element, TextCallback) nameWithType: ElementExtensions.AddTooltip(Element, Paragraph.TextCallback) fullName: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, MLEM.Ui.Elements.Paragraph.TextCallback) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Paragraph_TextCallback_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Paragraph.TextCallback name: TextCallback href: MLEM.Ui.Elements.Paragraph.TextCallback.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Paragraph_TextCallback_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Paragraph.TextCallback name: TextCallback href: MLEM.Ui.Elements.Paragraph.TextCallback.html - name: ) - uid: MLEM.Ui.Elements.Element.MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Tooltip) commentId: M:MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Tooltip_ name: AddTooltip(Element, Tooltip) nameWithType: ElementExtensions.AddTooltip(Element, Tooltip) fullName: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, MLEM.Ui.Elements.Tooltip) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Tooltip_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Tooltip name: Tooltip href: MLEM.Ui.Elements.Tooltip.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Tooltip_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Tooltip name: Tooltip href: MLEM.Ui.Elements.Tooltip.html - name: ) - uid: MLEM.Ui.Elements.Element.MLEM.Ui.Elements.ElementExtensions.AddTooltip(System.String) commentId: M:MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_System_String_ name: AddTooltip(Element, string) nameWithType: ElementExtensions.AddTooltip(Element, string) fullName: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, string) nameWithType.vb: ElementExtensions.AddTooltip(Element, String) fullName.vb: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, String) name.vb: AddTooltip(Element, String) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_System_String_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_System_String_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Ui commentId: N:MLEM.Ui href: MLEM.html name: MLEM.Ui nameWithType: MLEM.Ui fullName: MLEM.Ui spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - uid: MLEM.Misc.MlemPlatform commentId: T:MLEM.Misc.MlemPlatform parent: MLEM.Misc href: MLEM.Misc.MlemPlatform.html name: MlemPlatform nameWithType: MlemPlatform fullName: MLEM.Misc.MlemPlatform - uid: MLEM.Input commentId: N:MLEM.Input href: MLEM.html name: MLEM.Input nameWithType: MLEM.Input fullName: MLEM.Input spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Input name: Input href: MLEM.Input.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Input name: Input href: MLEM.Input.html - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Misc commentId: N:MLEM.Misc href: MLEM.html name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) commentId: M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddChild__1___0_System_Int32_ name: AddChild(T, int) nameWithType: Element.AddChild(T, int) fullName: MLEM.Ui.Elements.Element.AddChild(T, int) nameWithType.vb: Element.AddChild(Of T)(T, Integer) fullName.vb: MLEM.Ui.Elements.Element.AddChild(Of T)(T, Integer) name.vb: AddChild(Of T)(T, Integer) spec.csharp: - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) name: AddChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddChild__1___0_System_Int32_ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32) name: AddChild href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_AddChild__1___0_System_Int32_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) commentId: M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren__1_System_Func___0_System_Boolean__System_Boolean_System_Boolean_ name: GetChildren(Func, bool, bool) nameWithType: Element.GetChildren(Func, bool, bool) fullName: MLEM.Ui.Elements.Element.GetChildren(System.Func, bool, bool) nameWithType.vb: Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) fullName.vb: MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, Boolean), Boolean, Boolean) name.vb: GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean) spec.csharp: - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) name: GetChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren__1_System_Func___0_System_Boolean__System_Boolean_System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean) name: GetChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_GetChildren__1_System_Func___0_System_Boolean__System_Boolean_System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - name: T - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) commentId: M:MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Paragraph_TextCallback_ name: AddTooltip(Element, TextCallback) nameWithType: ElementExtensions.AddTooltip(Element, Paragraph.TextCallback) fullName: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, MLEM.Ui.Elements.Paragraph.TextCallback) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Paragraph_TextCallback_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Paragraph.TextCallback name: TextCallback href: MLEM.Ui.Elements.Paragraph.TextCallback.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Paragraph.TextCallback) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Paragraph_TextCallback_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Paragraph.TextCallback name: TextCallback href: MLEM.Ui.Elements.Paragraph.TextCallback.html - name: ) - uid: MLEM.Ui.Elements.ElementExtensions commentId: T:MLEM.Ui.Elements.ElementExtensions parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.ElementExtensions.html name: ElementExtensions nameWithType: ElementExtensions fullName: MLEM.Ui.Elements.ElementExtensions - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) commentId: M:MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Tooltip_ name: AddTooltip(Element, Tooltip) nameWithType: ElementExtensions.AddTooltip(Element, Tooltip) fullName: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, MLEM.Ui.Elements.Tooltip) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Tooltip_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Tooltip name: Tooltip href: MLEM.Ui.Elements.Tooltip.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,MLEM.Ui.Elements.Tooltip) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_MLEM_Ui_Elements_Tooltip_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Tooltip name: Tooltip href: MLEM.Ui.Elements.Tooltip.html - name: ) - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) commentId: M:MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) isExternal: true href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_System_String_ name: AddTooltip(Element, string) nameWithType: ElementExtensions.AddTooltip(Element, string) fullName: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, string) nameWithType.vb: ElementExtensions.AddTooltip(Element, String) fullName.vb: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element, String) name.vb: AddTooltip(Element, String) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_System_String_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.AddTooltip(MLEM.Ui.Elements.Element,System.String) name: AddTooltip href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_AddTooltip_MLEM_Ui_Elements_Element_System_String_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Input.TextInput.Rule commentId: T:MLEM.Input.TextInput.Rule parent: MLEM.Input href: MLEM.Input.TextInput.html name: TextInput.Rule nameWithType: TextInput.Rule fullName: MLEM.Input.TextInput.Rule spec.csharp: - uid: MLEM.Input.TextInput name: TextInput href: MLEM.Input.TextInput.html - name: . - uid: MLEM.Input.TextInput.Rule name: Rule href: MLEM.Input.TextInput.Rule.html spec.vb: - uid: MLEM.Input.TextInput name: TextInput href: MLEM.Input.TextInput.html - name: . - uid: MLEM.Input.TextInput.Rule name: Rule href: MLEM.Input.TextInput.Rule.html - uid: MLEM.Ui.Elements.TextField.Rule commentId: T:MLEM.Ui.Elements.TextField.Rule parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.TextField.html name: TextField.Rule nameWithType: TextField.Rule fullName: MLEM.Ui.Elements.TextField.Rule spec.csharp: - uid: MLEM.Ui.Elements.TextField name: TextField href: MLEM.Ui.Elements.TextField.html - name: . - uid: MLEM.Ui.Elements.TextField.Rule name: Rule href: MLEM.Ui.Elements.TextField.Rule.html spec.vb: - uid: MLEM.Ui.Elements.TextField name: TextField href: MLEM.Ui.Elements.TextField.html - name: . - uid: MLEM.Ui.Elements.TextField.Rule name: Rule href: MLEM.Ui.Elements.TextField.Rule.html - uid: System.IO.Path.GetInvalidPathChars commentId: M:System.IO.Path.GetInvalidPathChars isExternal: true href: https://learn.microsoft.com/dotnet/api/system.io.path.getinvalidpathchars name: GetInvalidPathChars() nameWithType: Path.GetInvalidPathChars() fullName: System.IO.Path.GetInvalidPathChars() spec.csharp: - uid: System.IO.Path.GetInvalidPathChars name: GetInvalidPathChars isExternal: true href: https://learn.microsoft.com/dotnet/api/system.io.path.getinvalidpathchars - name: ( - name: ) spec.vb: - uid: System.IO.Path.GetInvalidPathChars name: GetInvalidPathChars isExternal: true href: https://learn.microsoft.com/dotnet/api/system.io.path.getinvalidpathchars - name: ( - name: ) - uid: System.IO.Path.GetInvalidFileNameChars commentId: M:System.IO.Path.GetInvalidFileNameChars isExternal: true href: https://learn.microsoft.com/dotnet/api/system.io.path.getinvalidfilenamechars name: GetInvalidFileNameChars() nameWithType: Path.GetInvalidFileNameChars() fullName: System.IO.Path.GetInvalidFileNameChars() spec.csharp: - uid: System.IO.Path.GetInvalidFileNameChars name: GetInvalidFileNameChars isExternal: true href: https://learn.microsoft.com/dotnet/api/system.io.path.getinvalidfilenamechars - name: ( - name: ) spec.vb: - uid: System.IO.Path.GetInvalidFileNameChars name: GetInvalidFileNameChars isExternal: true href: https://learn.microsoft.com/dotnet/api/system.io.path.getinvalidfilenamechars - name: ( - name: ) - uid: MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} commentId: T:MLEM.Ui.Style.StyleProp{Microsoft.Xna.Framework.Color} parent: MLEM.Ui.Style definition: MLEM.Ui.Style.StyleProp`1 href: MLEM.Ui.Style.StyleProp-1.html name: StyleProp nameWithType: StyleProp fullName: MLEM.Ui.Style.StyleProp nameWithType.vb: StyleProp(Of Color) fullName.vb: MLEM.Ui.Style.StyleProp(Of Microsoft.Xna.Framework.Color) name.vb: StyleProp(Of Color) spec.csharp: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: < - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '>' spec.vb: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: ( - name: Of - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ) - uid: MLEM.Ui.Style.StyleProp`1 commentId: T:MLEM.Ui.Style.StyleProp`1 parent: MLEM.Ui.Style href: MLEM.Ui.Style.StyleProp-1.html name: StyleProp nameWithType: StyleProp fullName: MLEM.Ui.Style.StyleProp nameWithType.vb: StyleProp(Of T) fullName.vb: MLEM.Ui.Style.StyleProp(Of T) name.vb: StyleProp(Of T) spec.csharp: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: < - name: T - name: '>' spec.vb: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: ( - name: Of - name: " " - name: T - name: ) - uid: MLEM.Ui.Style commentId: N:MLEM.Ui.Style href: MLEM.html name: MLEM.Ui.Style nameWithType: MLEM.Ui.Style fullName: MLEM.Ui.Style spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Style name: Style href: MLEM.Ui.Style.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Style name: Style href: MLEM.Ui.Style.html - uid: MLEM.Ui.Elements.TextField.PlaceholderText commentId: F:MLEM.Ui.Elements.TextField.PlaceholderText href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_PlaceholderText name: PlaceholderText nameWithType: TextField.PlaceholderText fullName: MLEM.Ui.Elements.TextField.PlaceholderText - uid: MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Textures.NinePatch} parent: MLEM.Ui.Style definition: MLEM.Ui.Style.StyleProp`1 href: MLEM.Ui.Style.StyleProp-1.html name: StyleProp nameWithType: StyleProp fullName: MLEM.Ui.Style.StyleProp nameWithType.vb: StyleProp(Of NinePatch) fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Textures.NinePatch) name.vb: StyleProp(Of NinePatch) spec.csharp: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: < - uid: MLEM.Textures.NinePatch name: NinePatch href: MLEM.Textures.NinePatch.html - name: '>' spec.vb: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: ( - name: Of - name: " " - uid: MLEM.Textures.NinePatch name: NinePatch href: MLEM.Textures.NinePatch.html - name: ) - uid: MLEM.Ui.Elements.TextField.TextScale* commentId: Overload:MLEM.Ui.Elements.TextField.TextScale href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_TextScale name: TextScale nameWithType: TextField.TextScale fullName: MLEM.Ui.Elements.TextField.TextScale - uid: MLEM.Ui.Style.StyleProp{System.Single} commentId: T:MLEM.Ui.Style.StyleProp{System.Single} parent: MLEM.Ui.Style definition: MLEM.Ui.Style.StyleProp`1 href: MLEM.Ui.Style.StyleProp-1.html name: StyleProp nameWithType: StyleProp fullName: MLEM.Ui.Style.StyleProp nameWithType.vb: StyleProp(Of Single) fullName.vb: MLEM.Ui.Style.StyleProp(Of Single) name.vb: StyleProp(Of Single) spec.csharp: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: < - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '>' spec.vb: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: ( - name: Of - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: MLEM.Ui.Elements.TextField.Font* commentId: Overload:MLEM.Ui.Elements.TextField.Font href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Font name: Font nameWithType: TextField.Font fullName: MLEM.Ui.Elements.TextField.Font - uid: MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} commentId: T:MLEM.Ui.Style.StyleProp{MLEM.Font.GenericFont} parent: MLEM.Ui.Style definition: MLEM.Ui.Style.StyleProp`1 href: MLEM.Ui.Style.StyleProp-1.html name: StyleProp nameWithType: StyleProp fullName: MLEM.Ui.Style.StyleProp nameWithType.vb: StyleProp(Of GenericFont) fullName.vb: MLEM.Ui.Style.StyleProp(Of MLEM.Font.GenericFont) name.vb: StyleProp(Of GenericFont) spec.csharp: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: < - uid: MLEM.Font.GenericFont name: GenericFont href: MLEM.Font.GenericFont.html - name: '>' spec.vb: - uid: MLEM.Ui.Style.StyleProp`1 name: StyleProp href: MLEM.Ui.Style.StyleProp-1.html - name: ( - name: Of - name: " " - uid: MLEM.Font.GenericFont name: GenericFont href: MLEM.Font.GenericFont.html - name: ) - uid: MLEM.Ui.Elements.TextField.Text* commentId: Overload:MLEM.Ui.Elements.TextField.Text href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Text name: Text nameWithType: TextField.Text fullName: MLEM.Ui.Elements.TextField.Text - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: MLEM.Input.TextInput.Text commentId: P:MLEM.Input.TextInput.Text href: MLEM.Input.TextInput.html#MLEM_Input_TextInput_Text name: Text nameWithType: TextInput.Text fullName: MLEM.Input.TextInput.Text - uid: MLEM.Ui.Elements.TextField.TextChanged commentId: T:MLEM.Ui.Elements.TextField.TextChanged parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.TextField.html name: TextField.TextChanged nameWithType: TextField.TextChanged fullName: MLEM.Ui.Elements.TextField.TextChanged spec.csharp: - uid: MLEM.Ui.Elements.TextField name: TextField href: MLEM.Ui.Elements.TextField.html - name: . - uid: MLEM.Ui.Elements.TextField.TextChanged name: TextChanged href: MLEM.Ui.Elements.TextField.TextChanged.html spec.vb: - uid: MLEM.Ui.Elements.TextField name: TextField href: MLEM.Ui.Elements.TextField.html - name: . - uid: MLEM.Ui.Elements.TextField.TextChanged name: TextChanged href: MLEM.Ui.Elements.TextField.TextChanged.html - uid: System.String.Length commentId: P:System.String.Length isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string.length name: Length nameWithType: string.Length fullName: string.Length nameWithType.vb: String.Length fullName.vb: String.Length - uid: MLEM.Ui.Elements.TextField.CaretPos* commentId: Overload:MLEM.Ui.Elements.TextField.CaretPos href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_CaretPos name: CaretPos nameWithType: TextField.CaretPos fullName: MLEM.Ui.Elements.TextField.CaretPos - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: MLEM.Input.TextInput.Multiline commentId: P:MLEM.Input.TextInput.Multiline href: MLEM.Input.TextInput.html#MLEM_Input_TextInput_Multiline name: Multiline nameWithType: TextInput.Multiline fullName: MLEM.Input.TextInput.Multiline - uid: MLEM.Ui.Elements.TextField.CaretLine* commentId: Overload:MLEM.Ui.Elements.TextField.CaretLine href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_CaretLine name: CaretLine nameWithType: TextField.CaretLine fullName: MLEM.Ui.Elements.TextField.CaretLine - uid: MLEM.Input.TextInput.CaretLine commentId: P:MLEM.Input.TextInput.CaretLine href: MLEM.Input.TextInput.html#MLEM_Input_TextInput_CaretLine name: CaretLine nameWithType: TextInput.CaretLine fullName: MLEM.Input.TextInput.CaretLine - uid: MLEM.Input.TextInput.CaretPos commentId: P:MLEM.Input.TextInput.CaretPos href: MLEM.Input.TextInput.html#MLEM_Input_TextInput_CaretPos name: CaretPos nameWithType: TextInput.CaretPos fullName: MLEM.Input.TextInput.CaretPos - uid: MLEM.Ui.Elements.TextField.CaretPosInLine* commentId: Overload:MLEM.Ui.Elements.TextField.CaretPosInLine href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_CaretPosInLine name: CaretPosInLine nameWithType: TextField.CaretPosInLine fullName: MLEM.Ui.Elements.TextField.CaretPosInLine - uid: MLEM.Ui.Elements.TextField.MaskingCharacter* commentId: Overload:MLEM.Ui.Elements.TextField.MaskingCharacter href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_MaskingCharacter name: MaskingCharacter nameWithType: TextField.MaskingCharacter fullName: MLEM.Ui.Elements.TextField.MaskingCharacter - uid: System.Nullable{System.Char} commentId: T:System.Nullable{System.Char} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.char name: char? nameWithType: char? fullName: char? nameWithType.vb: Char? fullName.vb: Char? name.vb: Char? spec.csharp: - uid: System.Char name: char isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char - name: '?' spec.vb: - uid: System.Char name: Char isExternal: true href: https://learn.microsoft.com/dotnet/api/system.char - name: '?' - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: MLEM.Ui.Elements.TextField.MaximumCharacters* commentId: Overload:MLEM.Ui.Elements.TextField.MaximumCharacters href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_MaximumCharacters name: MaximumCharacters nameWithType: TextField.MaximumCharacters fullName: MLEM.Ui.Elements.TextField.MaximumCharacters - uid: System.Nullable{System.Int32} commentId: T:System.Nullable{System.Int32} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.int32 name: int? nameWithType: int? fullName: int? nameWithType.vb: Integer? fullName.vb: Integer? name.vb: Integer? spec.csharp: - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' spec.vb: - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' - uid: Microsoft.Xna.Framework.Input.Keys.Enter commentId: F:Microsoft.Xna.Framework.Input.Keys.Enter isExternal: true name: Enter nameWithType: Keys.Enter fullName: Microsoft.Xna.Framework.Input.Keys.Enter - uid: MLEM.Input.TextInput.InputRule commentId: F:MLEM.Input.TextInput.InputRule href: MLEM.Input.TextInput.html#MLEM_Input_TextInput_InputRule name: InputRule nameWithType: TextInput.InputRule fullName: MLEM.Input.TextInput.InputRule - uid: MLEM.Ui.Elements.TextField.Multiline* commentId: Overload:MLEM.Ui.Elements.TextField.Multiline href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Multiline name: Multiline nameWithType: TextField.Multiline fullName: MLEM.Ui.Elements.TextField.Multiline - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: MLEM.Ui.Elements.TextField.Text commentId: P:MLEM.Ui.Elements.TextField.Text href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Text name: Text nameWithType: TextField.Text fullName: MLEM.Ui.Elements.TextField.Text - uid: MLEM.Ui.UiControls.PressElement(MLEM.Ui.Elements.Element,System.Boolean) commentId: M:MLEM.Ui.UiControls.PressElement(MLEM.Ui.Elements.Element,System.Boolean) isExternal: true href: MLEM.Ui.UiControls.html#MLEM_Ui_UiControls_PressElement_MLEM_Ui_Elements_Element_System_Boolean_ name: PressElement(Element, bool) nameWithType: UiControls.PressElement(Element, bool) fullName: MLEM.Ui.UiControls.PressElement(MLEM.Ui.Elements.Element, bool) nameWithType.vb: UiControls.PressElement(Element, Boolean) fullName.vb: MLEM.Ui.UiControls.PressElement(MLEM.Ui.Elements.Element, Boolean) name.vb: PressElement(Element, Boolean) spec.csharp: - uid: MLEM.Ui.UiControls.PressElement(MLEM.Ui.Elements.Element,System.Boolean) name: PressElement href: MLEM.Ui.UiControls.html#MLEM_Ui_UiControls_PressElement_MLEM_Ui_Elements_Element_System_Boolean_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Ui.UiControls.PressElement(MLEM.Ui.Elements.Element,System.Boolean) name: PressElement href: MLEM.Ui.UiControls.html#MLEM_Ui_UiControls_PressElement_MLEM_Ui_Elements_Element_System_Boolean_ - name: ( - uid: MLEM.Ui.Elements.Element name: Element href: MLEM.Ui.Elements.Element.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Ui.Elements.TextField.Multiline commentId: P:MLEM.Ui.Elements.TextField.Multiline href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Multiline name: Multiline nameWithType: TextField.Multiline fullName: MLEM.Ui.Elements.TextField.Multiline - uid: MLEM.Ui.Elements.TextField.#ctor* commentId: Overload:MLEM.Ui.Elements.TextField.#ctor href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField__ctor_MLEM_Ui_Anchor_Microsoft_Xna_Framework_Vector2_MLEM_Ui_Elements_TextField_Rule_MLEM_Font_GenericFont_System_String_System_Boolean_ name: TextField nameWithType: TextField.TextField fullName: MLEM.Ui.Elements.TextField.TextField nameWithType.vb: TextField.New fullName.vb: MLEM.Ui.Elements.TextField.New name.vb: New - uid: MLEM.Ui.Anchor commentId: T:MLEM.Ui.Anchor parent: MLEM.Ui href: MLEM.Ui.Anchor.html name: Anchor nameWithType: Anchor fullName: MLEM.Ui.Anchor - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - uid: MLEM.Font.GenericFont commentId: T:MLEM.Font.GenericFont parent: MLEM.Font href: MLEM.Font.GenericFont.html name: GenericFont nameWithType: GenericFont fullName: MLEM.Font.GenericFont - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - uid: MLEM.Font commentId: N:MLEM.Font href: MLEM.html name: MLEM.Font nameWithType: MLEM.Font fullName: MLEM.Font spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Font name: Font href: MLEM.Font.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Font name: Font href: MLEM.Font.html - uid: MLEM.Maths.RectangleF commentId: T:MLEM.Maths.RectangleF parent: MLEM.Maths href: MLEM.Maths.RectangleF.html name: RectangleF nameWithType: RectangleF fullName: MLEM.Maths.RectangleF - uid: MLEM.Ui.UiSystem.OnElementAreaUpdated commentId: E:MLEM.Ui.UiSystem.OnElementAreaUpdated href: MLEM.Ui.UiSystem.html#MLEM_Ui_UiSystem_OnElementAreaUpdated name: OnElementAreaUpdated nameWithType: UiSystem.OnElementAreaUpdated fullName: MLEM.Ui.UiSystem.OnElementAreaUpdated - uid: MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) commentId: M:MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetAreaAndUpdateChildren_MLEM_Maths_RectangleF_ name: SetAreaAndUpdateChildren(RectangleF) nameWithType: Element.SetAreaAndUpdateChildren(RectangleF) fullName: MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) spec.csharp: - uid: MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) name: SetAreaAndUpdateChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetAreaAndUpdateChildren_MLEM_Maths_RectangleF_ - name: ( - uid: MLEM.Maths.RectangleF name: RectangleF href: MLEM.Maths.RectangleF.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF) name: SetAreaAndUpdateChildren href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_SetAreaAndUpdateChildren_MLEM_Maths_RectangleF_ - name: ( - uid: MLEM.Maths.RectangleF name: RectangleF href: MLEM.Maths.RectangleF.html - name: ) - uid: MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren* commentId: Overload:MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_SetAreaAndUpdateChildren_MLEM_Maths_RectangleF_ name: SetAreaAndUpdateChildren nameWithType: TextField.SetAreaAndUpdateChildren fullName: MLEM.Ui.Elements.TextField.SetAreaAndUpdateChildren - uid: MLEM.Maths commentId: N:MLEM.Maths href: MLEM.html name: MLEM.Maths nameWithType: MLEM.Maths fullName: MLEM.Maths spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Maths name: Maths href: MLEM.Maths.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Maths name: Maths href: MLEM.Maths.html - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Update_Microsoft_Xna_Framework_GameTime_ name: Update(GameTime) nameWithType: Element.Update(GameTime) fullName: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) spec.csharp: - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) name: Update href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Update_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime) name: Update href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Update_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) - uid: MLEM.Ui.Elements.TextField.Update* commentId: Overload:MLEM.Ui.Elements.TextField.Update href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Update_Microsoft_Xna_Framework_GameTime_ name: Update nameWithType: TextField.Update fullName: MLEM.Ui.Elements.TextField.Update - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) commentId: M:MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) parent: MLEM.Ui.Elements.Element isExternal: true href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ name: Draw(GameTime, SpriteBatch, float, SpriteBatchContext) nameWithType: Element.Draw(GameTime, SpriteBatch, float, SpriteBatchContext) fullName: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext) nameWithType.vb: Element.Draw(GameTime, SpriteBatch, Single, SpriteBatchContext) fullName.vb: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single, MLEM.Graphics.SpriteBatchContext) name.vb: Draw(GameTime, SpriteBatch, Single, SpriteBatchContext) spec.csharp: - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) name: Draw href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: MLEM.Graphics.SpriteBatchContext name: SpriteBatchContext href: MLEM.Graphics.SpriteBatchContext.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext) name: Draw href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: MLEM.Graphics.SpriteBatchContext name: SpriteBatchContext href: MLEM.Graphics.SpriteBatchContext.html - name: ) - uid: MLEM.Ui.Elements.TextField.Draw* commentId: Overload:MLEM.Ui.Elements.TextField.Draw href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_ name: Draw nameWithType: TextField.Draw fullName: MLEM.Ui.Elements.TextField.Draw - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch - uid: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: MLEM.Graphics.SpriteBatchContext commentId: T:MLEM.Graphics.SpriteBatchContext parent: MLEM.Graphics href: MLEM.Graphics.SpriteBatchContext.html name: SpriteBatchContext nameWithType: SpriteBatchContext fullName: MLEM.Graphics.SpriteBatchContext - uid: Microsoft.Xna.Framework.Graphics commentId: N:Microsoft.Xna.Framework.Graphics isExternal: true name: Microsoft.Xna.Framework.Graphics nameWithType: Microsoft.Xna.Framework.Graphics fullName: Microsoft.Xna.Framework.Graphics spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Graphics name: Graphics isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Graphics name: Graphics isExternal: true - uid: MLEM.Graphics commentId: N:MLEM.Graphics href: MLEM.html name: MLEM.Graphics nameWithType: MLEM.Graphics fullName: MLEM.Graphics spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Graphics name: Graphics href: MLEM.Graphics.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Graphics name: Graphics href: MLEM.Graphics.html - uid: MLEM.Input.TextInput.MaximumCharacters commentId: F:MLEM.Input.TextInput.MaximumCharacters href: MLEM.Input.TextInput.html#MLEM_Input_TextInput_MaximumCharacters name: MaximumCharacters nameWithType: TextInput.MaximumCharacters fullName: MLEM.Input.TextInput.MaximumCharacters - uid: MLEM.Ui.Elements.TextField.SetText* commentId: Overload:MLEM.Ui.Elements.TextField.SetText href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_SetText_System_Object_System_Boolean_ name: SetText nameWithType: TextField.SetText fullName: MLEM.Ui.Elements.TextField.SetText - uid: MLEM.Ui.Elements.TextField.InsertText* commentId: Overload:MLEM.Ui.Elements.TextField.InsertText href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_InsertText_System_Object_System_Boolean_ name: InsertText nameWithType: TextField.InsertText fullName: MLEM.Ui.Elements.TextField.InsertText - uid: MLEM.Ui.Elements.TextField.RemoveText* commentId: Overload:MLEM.Ui.Elements.TextField.RemoveText href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_RemoveText_System_Int32_System_Int32_ name: RemoveText nameWithType: TextField.RemoveText fullName: MLEM.Ui.Elements.TextField.RemoveText - uid: MLEM.Ui.Style.UiStyle commentId: T:MLEM.Ui.Style.UiStyle parent: MLEM.Ui.Style href: MLEM.Ui.Style.UiStyle.html name: UiStyle nameWithType: UiStyle fullName: MLEM.Ui.Style.UiStyle - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) commentId: M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) parent: MLEM.Ui.Elements.Element href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_InitStyle_MLEM_Ui_Style_UiStyle_ name: InitStyle(UiStyle) nameWithType: Element.InitStyle(UiStyle) fullName: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) spec.csharp: - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) name: InitStyle href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_InitStyle_MLEM_Ui_Style_UiStyle_ - name: ( - uid: MLEM.Ui.Style.UiStyle name: UiStyle href: MLEM.Ui.Style.UiStyle.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle) name: InitStyle href: MLEM.Ui.Elements.Element.html#MLEM_Ui_Elements_Element_InitStyle_MLEM_Ui_Style_UiStyle_ - name: ( - uid: MLEM.Ui.Style.UiStyle name: UiStyle href: MLEM.Ui.Style.UiStyle.html - name: ) - uid: MLEM.Ui.Elements.TextField.InitStyle* commentId: Overload:MLEM.Ui.Elements.TextField.InitStyle href: MLEM.Ui.Elements.TextField.html#MLEM_Ui_Elements_TextField_InitStyle_MLEM_Ui_Style_UiStyle_ name: InitStyle nameWithType: TextField.InitStyle fullName: MLEM.Ui.Elements.TextField.InitStyle