protected virtual IUIElement CreateUIElement(IUIImage image) { IUIElementConstArg arg = new UIElementConstArg( thisDomainInitializationData.uim, thisDomainInitializationData.processFactory, thisDomainInitializationData.uiElementFactory, this, image, activationMode ); return(new UIElement(arg)); }
protected override IUIElement CreateUIElement(IUIImage image) { IUIElementConstArg arg = new UIElementConstArg( thisDomainInitializationData.uim, thisDomainInitializationData.processFactory, thisDomainInitializationData.uiElementFactory, this, image, ActivationMode.None ); IUIElement uie = new UIElement(arg); return(uie); }