Spread Windows Forms 12.0 Product Documentation
DeleteDC Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : DeleteDC Method
The device context
Deletes a device context
Syntax
'Declaration
 
Public Shared Function DeleteDC( _
   ByVal hdc As IntPtr _
) As IntPtr
'Usage
 
Dim hdc As IntPtr
Dim value As IntPtr
 
value = RichTextEditor.DeleteDC(hdc)
public static IntPtr DeleteDC( 
   IntPtr hdc
)

Parameters

hdc
The device context
See Also

Reference

RichTextEditor Class
RichTextEditor Members