protected void UnregisterAsActiveComponent() { if (this.IsActiveComponent()) { OptionComponent.selectedComponent = null; } }
protected void RegisterAsActiveComponent() { OptionComponent.selectedComponent = this; }