Example #1
0
 // Function position FormatRange(bool,formatrange) skipped.
 unsafe public void FormatRange(bool bDraw, ref RangeToFormat pfr)
 {
     fixed(RangeToFormat *rtfp = &pfr)
     SendMessageDirect(2151, IntPtr.Zero, (IntPtr)rtfp);
 }
Example #2
0
		// Function position FormatRange(bool,formatrange) skipped.
		unsafe public void FormatRange(bool bDraw, ref RangeToFormat pfr)
		{
			fixed(RangeToFormat* rtfp = &pfr)
				SendMessageDirect(2151, IntPtr.Zero, (IntPtr)rtfp);
		}