DockItemT.getTitle

Gets the title for the #DzlDockItem.

Generally, you want to use a #DzlDockWidget which has a "title" property you can set. But this can be helpful for integration of various container widgets.

  1. string getTitle()
    template DockItemT(TStruct)
    override
    static if(is(TStruct == DzlDockWindow))
    string
    getTitle
    ()
  2. string getTitle()

Return Value

Type: string

A newly allocated string or %NULL.

Meta