[]
Tools that allows showing an arbitrary content.
public class C1ContentControlTool : C1Tool, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
Public Class C1ContentControlTool
Inherits C1Tool
Implements IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable, IComponent
| Name | Description |
|---|---|
| C1ContentControlTool() | Initializes a new instance of the C1ContentControlTool class. |
| Name | Description |
|---|---|
| ContentProperty | Identifies the Content dependency property. |
| Name | Description |
|---|---|
| ChildContent | Defines child content for the C1ContentControlTool. |
| Content | Gets or sets the content displayed in this tool. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| GetContentRenderFragment(C1Style) | Returns a RenderFragment that represents the tool's UI content. |
| OnAfterRender(bool) |