14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
56 public OdDgTextEditField(
byte startPosition,
byte length,
byte justification) : this(
TG_DbPINVOKE.new_OdDgTextEditField__SWIG_1(startPosition , length , justification ), true) {
virtual void Dispose(bool disposing)
OdDgTextEditField(IntPtr cPtr, bool cMemoryOwn)
OdDgTextEditField(byte startPosition, byte length, byte justification)
static HandleRef getCPtr(OdDgTextEditField obj)
static global::System.Exception Retrieve()
static void delete_OdDgTextEditField(global::System.Runtime.InteropServices.HandleRef jarg1)
static byte OdDgTextEditField_m_uJustification_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static byte OdDgTextEditField_m_uLength_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTextEditField_m_uLength_set(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void OdDgTextEditField_m_uJustification_set(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void OdDgTextEditField_m_uStartPosition_set(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static byte OdDgTextEditField_m_uStartPosition_get(global::System.Runtime.InteropServices.HandleRef jarg1)