GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyForm Class / OnLoad Method
In This Topic
    OnLoad Method
    In This Topic
    Determine whether the OK and Cancel buttons are visible, according to whether this Form is modal, and if so, position them appropriately at the bottom right corner of the Form.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnLoad( 
       EventArgs e
    )

    Parameters

    e
    See Also