ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / HollowBrush Class / Handle Property

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

    Property Value

    A Windows handle to this GdiObject object.
    See Also