Declares members implemented by Window Templates.
Name | Description |
---|---|
DefaultContainer |
Provides access to a Template's Action Container that contains the Actions with the ActionBase.Category property set to Unspecified. (Inherited from IFrameTemplate)
|
IsSizeable |
Indicates whether a Window Template represents a resizable control. |
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)
|