IDisplayElement InterfaceCleanCode C# Libraries v1.2.03 API
This empty interface is the base element that should be used to define a collection containing CategoryElement, CommandElement, and SeparatorElement objects.

Namespace: CleanCode.GeneralComponents.Support
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public interface IDisplayElement
Remarks

IDisplayElement objects describe different visual components that may be used to populate a command list window or quick reference form for an application or a control. The DisplayCommandsForm is an implementation of this provided out-of-the-box with the CleanCode control library.

Since CleanCode 0.9.23.

See Also