ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerLight Class / ResizingControl Event

In This Topic
    ResizingControl Event (C1SizerLight)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ResizingControl As C1SizerLightEventHandler
    public event C1SizerLightEventHandler ResizingControl
    Event Data

    The event handler receives an argument of type C1SizerLightEventArgs containing data related to this event. The following C1SizerLightEventArgs properties provide information specific to this event.

    PropertyDescription
    Determines whether the font for this control should be resized.  
    Gets a reference to the control whose font is about to be resized by the C1SizerLight component.  
    See Also