ModifyObjects Method (GoPropertyUserControl)
In This Topic
This virtual method must be overridden to call
PropertyModifier.
ModifyProperty(Int32,GoPropertyModifierPart,GoPropertyModifierChoice,Object) for each of the properties exhibited by Controls in this UserControl.
Syntax
public virtual void ModifyObjects()
See Also