ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / PatternBrush Class / Handle Property

In This Topic
    Handle Property (PatternBrush)
    In This Topic
    Returns a handle to this GdiObject object.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Handle As IntPtr
    public override IntPtr Handle {get;}

    Property Value

    A Windows handle to this GdiObject object.
    See Also