RE: How do I ... save toolbar state



Thank you to Peter & Tom - I think with your info I can do this.

--
thanks - dave


""Peter Huang" [MSFT]" wrote:

> Hi
>
> I think we can set/get the four property of CommandBar(Toolbar)
>
> cb.Visible = true; //if it is up/displayed
> cb.Position = MsoBarPosition.msoBarFloating;//if it is docked and where is
> it docked.
> cb.Left = 0; //the detailed position of the commandbar
> cb.Top = 0;//the detailed position of the commandbar
>
>
> Best regards,
>
> Peter Huang
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
.



Relevant Pages