Framework.TrueIntPtr Field (TrueIntPtr)

Retrieves the Boolean value of true as a System.IntPtrLeave Site.

Definition

Visual Basic Public TrueIntPtr As IntPtrLeave Site
C# public IntPtrLeave Site TrueIntPtr;
C++ public: IntPtrLeave Site TrueIntPtr;
JScript public var TrueIntPtr : IntPtrLeave Site

Field Value

System.IntPtr
The Boolean value of true as a System.IntPtrLeave Site.

This field is read-only. 

Remarks

This value is used as a return value for certain message handling events, which return the type System.IntPtrLeave Site.

Show: