Skip to main content
.NET 6.0+

IWindowTemplate Methods

Declares members implemented by Window Templates.
Name Description
GetContainers() Provides access to a Template‘s Action Containers. Inherited from IFrameTemplate.
SetCaption(String) Sets the specified caption to a Window Template.
SetStatus(ICollection<String>) Displays the specified status messages on a Template (e.g. in its status bar).
SetView(View) Adds the View.Control of the specified View to a Template‘s View site. Inherited from IFrameTemplate.
See Also