Dalamud/docs/api/ImGuiNET.STB_TexteditStatePtr.html
2022-10-29 15:34:04 +02:00

808 lines
40 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Struct STB_TexteditStatePtr
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Struct STB_TexteditStatePtr
">
<meta name="generator" content="docfx 2.59.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="ImGuiNET.STB_TexteditStatePtr">
<h1 id="ImGuiNET_STB_TexteditStatePtr" data-uid="ImGuiNET.STB_TexteditStatePtr" class="text-break">Struct STB_TexteditStatePtr
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.ValueType.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.ValueType.GetHashCode()</span>
</div>
<div>
<span class="xref">System.ValueType.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="ImGuiNET.html">ImGuiNET</a></h6>
<h6><strong>Assembly</strong>: ImGui.NET.dll</h6>
<h5 id="ImGuiNET_STB_TexteditStatePtr_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public struct STB_TexteditStatePtr</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr__ctor_ImGuiNET_STB_TexteditState__.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.%23ctor(ImGuiNET.STB_TexteditState*)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L28">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr__ctor_" data-uid="ImGuiNET.STB_TexteditStatePtr.#ctor*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr__ctor_ImGuiNET_STB_TexteditState__" data-uid="ImGuiNET.STB_TexteditStatePtr.#ctor(ImGuiNET.STB_TexteditState*)">STB_TexteditStatePtr(STB_TexteditState*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public STB_TexteditStatePtr(STB_TexteditState*nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditState.html">STB_TexteditState</a>*</td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr__ctor_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.%23ctor(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L29">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr__ctor_" data-uid="ImGuiNET.STB_TexteditStatePtr.#ctor*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr__ctor_System_IntPtr_" data-uid="ImGuiNET.STB_TexteditStatePtr.#ctor(System.IntPtr)">STB_TexteditStatePtr(IntPtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public STB_TexteditStatePtr(IntPtr nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_cursor.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.cursor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L33">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_cursor_" data-uid="ImGuiNET.STB_TexteditStatePtr.cursor*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_cursor" data-uid="ImGuiNET.STB_TexteditStatePtr.cursor">cursor</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref int cursor { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_cursor_at_end_of_line.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.cursor_at_end_of_line%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L38">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_cursor_at_end_of_line_" data-uid="ImGuiNET.STB_TexteditStatePtr.cursor_at_end_of_line*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_cursor_at_end_of_line" data-uid="ImGuiNET.STB_TexteditStatePtr.cursor_at_end_of_line">cursor_at_end_of_line</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte cursor_at_end_of_line { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_has_preferred_x.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.has_preferred_x%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L40">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_has_preferred_x_" data-uid="ImGuiNET.STB_TexteditStatePtr.has_preferred_x*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_has_preferred_x" data-uid="ImGuiNET.STB_TexteditStatePtr.has_preferred_x">has_preferred_x</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte has_preferred_x { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_initialized.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.initialized%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L39">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_initialized_" data-uid="ImGuiNET.STB_TexteditStatePtr.initialized*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_initialized" data-uid="ImGuiNET.STB_TexteditStatePtr.initialized">initialized</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte initialized { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_insert_mode.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.insert_mode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L36">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_insert_mode_" data-uid="ImGuiNET.STB_TexteditStatePtr.insert_mode*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_insert_mode" data-uid="ImGuiNET.STB_TexteditStatePtr.insert_mode">insert_mode</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte insert_mode { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_NativePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.NativePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L27">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_NativePtr_" data-uid="ImGuiNET.STB_TexteditStatePtr.NativePtr*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_NativePtr" data-uid="ImGuiNET.STB_TexteditStatePtr.NativePtr">NativePtr</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly STB_TexteditState*NativePtr { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditState.html">STB_TexteditState</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_padding1.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.padding1%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L42">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_padding1_" data-uid="ImGuiNET.STB_TexteditStatePtr.padding1*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_padding1" data-uid="ImGuiNET.STB_TexteditStatePtr.padding1">padding1</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte padding1 { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_padding2.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.padding2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L43">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_padding2_" data-uid="ImGuiNET.STB_TexteditStatePtr.padding2*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_padding2" data-uid="ImGuiNET.STB_TexteditStatePtr.padding2">padding2</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte padding2 { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_padding3.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.padding3%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L44">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_padding3_" data-uid="ImGuiNET.STB_TexteditStatePtr.padding3*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_padding3" data-uid="ImGuiNET.STB_TexteditStatePtr.padding3">padding3</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte padding3 { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_preferred_x.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.preferred_x%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L45">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_preferred_x_" data-uid="ImGuiNET.STB_TexteditStatePtr.preferred_x*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_preferred_x" data-uid="ImGuiNET.STB_TexteditStatePtr.preferred_x">preferred_x</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref float preferred_x { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_row_count_per_page.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.row_count_per_page%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L37">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_row_count_per_page_" data-uid="ImGuiNET.STB_TexteditStatePtr.row_count_per_page*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_row_count_per_page" data-uid="ImGuiNET.STB_TexteditStatePtr.row_count_per_page">row_count_per_page</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref int row_count_per_page { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_select_end.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.select_end%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L35">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_select_end_" data-uid="ImGuiNET.STB_TexteditStatePtr.select_end*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_select_end" data-uid="ImGuiNET.STB_TexteditStatePtr.select_end">select_end</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref int select_end { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_select_start.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.select_start%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L34">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_select_start_" data-uid="ImGuiNET.STB_TexteditStatePtr.select_start*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_select_start" data-uid="ImGuiNET.STB_TexteditStatePtr.select_start">select_start</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref int select_start { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_single_line.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.single_line%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L41">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_single_line_" data-uid="ImGuiNET.STB_TexteditStatePtr.single_line*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_single_line" data-uid="ImGuiNET.STB_TexteditStatePtr.single_line">single_line</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref byte single_line { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_undostate.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.undostate%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L46">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_undostate_" data-uid="ImGuiNET.STB_TexteditStatePtr.undostate*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_undostate" data-uid="ImGuiNET.STB_TexteditStatePtr.undostate">undostate</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly ref StbUndoState undostate { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.StbUndoState.html">StbUndoState</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="operators">Operators
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_op_Implicit_ImGuiNET_STB_TexteditState___ImGuiNET_STB_TexteditStatePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.op_Implicit(ImGuiNET.STB_TexteditState*)~ImGuiNET.STB_TexteditStatePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L30">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_op_Implicit_" data-uid="ImGuiNET.STB_TexteditStatePtr.op_Implicit*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_op_Implicit_ImGuiNET_STB_TexteditState___ImGuiNET_STB_TexteditStatePtr" data-uid="ImGuiNET.STB_TexteditStatePtr.op_Implicit(ImGuiNET.STB_TexteditState*)~ImGuiNET.STB_TexteditStatePtr">Implicit(STB_TexteditState* to STB_TexteditStatePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator STB_TexteditStatePtr(STB_TexteditState*nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditState.html">STB_TexteditState</a>*</td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditStatePtr.html">STB_TexteditStatePtr</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_op_Implicit_ImGuiNET_STB_TexteditStatePtr__ImGuiNET_STB_TexteditState_.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.op_Implicit(ImGuiNET.STB_TexteditStatePtr)~ImGuiNET.STB_TexteditState*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L31">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_op_Implicit_" data-uid="ImGuiNET.STB_TexteditStatePtr.op_Implicit*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_op_Implicit_ImGuiNET_STB_TexteditStatePtr__ImGuiNET_STB_TexteditState_" data-uid="ImGuiNET.STB_TexteditStatePtr.op_Implicit(ImGuiNET.STB_TexteditStatePtr)~ImGuiNET.STB_TexteditState*">Implicit(STB_TexteditStatePtr to STB_TexteditState*)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator STB_TexteditState*(STB_TexteditStatePtr wrappedPtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditStatePtr.html">STB_TexteditStatePtr</a></td>
<td><span class="parametername">wrappedPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditState.html">STB_TexteditState</a>*</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr_op_Implicit_System_IntPtr__ImGuiNET_STB_TexteditStatePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr.op_Implicit(System.IntPtr)~ImGuiNET.STB_TexteditStatePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L32">View Source</a>
</span>
<a id="ImGuiNET_STB_TexteditStatePtr_op_Implicit_" data-uid="ImGuiNET.STB_TexteditStatePtr.op_Implicit*"></a>
<h4 id="ImGuiNET_STB_TexteditStatePtr_op_Implicit_System_IntPtr__ImGuiNET_STB_TexteditStatePtr" data-uid="ImGuiNET.STB_TexteditStatePtr.op_Implicit(System.IntPtr)~ImGuiNET.STB_TexteditStatePtr">Implicit(IntPtr to STB_TexteditStatePtr)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static implicit operator STB_TexteditStatePtr(IntPtr nativePtr)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">nativePtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.STB_TexteditStatePtr.html">STB_TexteditStatePtr</a></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGui.NET/new/930d9067653c3ea6e7992255a69170ecadcde144/apiSpec/new?filename=ImGuiNET_STB_TexteditStatePtr.md&amp;value=---%0Auid%3A%20ImGuiNET.STB_TexteditStatePtr%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/ImGui.NET/blob/930d9067653c3ea6e7992255a69170ecadcde144/src/ImGui.NET-472/ImGui.NET/Generated/STB_TexteditState.gen.cs/#L25" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>