DesktopToolbar: calculate Height

Is there any way to calculate the Height of a DesktopToolbar created at runtime?

dim ToolbarHeight as Integer = theWindow.Bounds.Height - theWindow.height + 1

[quote=“Beatrix Willius, post:2, topic:86199, username:Beatrix_Willius”]
@Beatrix_Willius Problem solved! Thank you: I have never used the Bounds property of a Window.