IWindowTemplate Members
Declares members implemented by Window Templates.Properties
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. |
Methods
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