Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / r Field


In This Topic
    r Field
    In This Topic
    Rectangular area for the button.
    Syntax
    'Declaration
     
    
    Public r As Rectangle
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As Rectangle
     
    value = instance.r
     
    instance.r = value
    public Rectangle r
    See Also