C# Class Dev2.Activities.Designers2.Core.ActivityDesignerTemplate

Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
SetInitialFocus ( ) : void

Protected Methods

Method Description
ActivityDesignerTemplate ( ) : System
GetInitialFocusElement ( ) : IInputElement

Private Methods

Method Description
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs args ) : void

Method Details

ActivityDesignerTemplate() protected method

protected ActivityDesignerTemplate ( ) : System
return System

GetInitialFocusElement() protected abstract method

protected abstract GetInitialFocusElement ( ) : IInputElement
return IInputElement

SetInitialFocus() public method

public SetInitialFocus ( ) : void
return void