Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / DeleteObject Method


In This Topic
    DeleteObject Method
    In This Topic
    The DeleteObject method.
    Syntax
    'Declaration
     
    
    Public Shared Function DeleteObject( _
       ByVal hdc As IntPtr _
    ) As Boolean
    'Usage
     
    
    Dim hdc As IntPtr
    Dim value As Boolean
     
    value = VisualStyle.DeleteObject(hdc)
    public static bool DeleteObject( 
       IntPtr hdc
    )

    Parameters

    hdc
    See Also