GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyUserControl Class / UpdateControl Method
In This Topic
    UpdateControl Method (GoPropertyUserControl)
    In This Topic
    This virtual method must be overridden to call PropertyModifier.FindProperty(Int32,GoPropertyModifierPart,GoPropertyModifierChoice) to update each of the Controls in this UserControl that exhibit Northwoods.Go.GoObject properties.
    Syntax
    public virtual void UpdateControl()
    Remarks
    Your override should check for a null value of PropertyModifier and if IsUpdating is true -- in either case this method should do nothing.
    See Also