KaxDockTitlebarContainer Property |
Gets the control, where the TitlebarTemplate will be instantiated in.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Panel TitlebarContainer { get; }
Public ReadOnly Property TitlebarContainer As Panel
Get
public:
property Panel^ TitlebarContainer {
Panel^ get ();
}
member TitlebarContainer : Panel with get
Property Value
Type:
Panel
Remarks
You can use this property to programmatically add controls to the titlebar. If you add controls
to the TitlebarContainer the Title property will be ignored.
See Also