Interface IButtonView
The standard button view used by the ButtonController
Inherited Members
Namespace: LemonEdge.Client.Core.Views
Assembly: ClientCore.dll
Syntax
[ViewDescriptor(typeof(ButtonViewDescriptorEnumerator))]
public interface IButtonView : IModelView
Methods
ShowButton()
Indicates the view should load the LemonEdge.Client.Core.Views.ButtonViewDescriptorEnumerator parameters from the Descriptor, Param to display the command
This can contain a message instead, depending on the UI, as the command is also added to this controllers Commands anyway
Declaration
void ShowButton()