Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NBorderSplitButtonControl Class / Paint Event


In This Topic
    Paint Event (NBorderSplitButtonControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatAppearance")>
    <System.Windows.Forms.SRDescriptionAttribute("ControlOnPaintDescr")>
    Public Event Paint As System.Windows.Forms.PaintEventHandler
    'Usage
     
    
    Dim instance As NBorderSplitButtonControl
    Dim handler As System.Windows.Forms.PaintEventHandler
     
    AddHandler instance.Paint, handler
    [System.Windows.Forms.SRCategory("CatAppearance")]
    [System.Windows.Forms.SRDescription("ControlOnPaintDescr")]
    public event System.Windows.Forms.PaintEventHandler Paint
    Event Data

    The event handler receives an argument of type System.Windows.Forms.PaintEventArgs containing data related to this event. The following PaintEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the rectangle in which to paint.  
    Gets the graphics used to paint.  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also