WindowBlinds : DirectSkin
UseToolbarBackground
 

The UseToolbarBackground method can be used to tell DirectSkin that the Rebar background defined in a skin should be applied to the background of a specified toolbar.

void UseToolbarBackground(long hWnd );

Parameters

hWnd
Handle to the window.
 

Return Values

 

none.

Remarks

 

Please be aware that changing certain styles on a toolbar with .NET can result in the window being destroyed and recreated and so this function would need to be called again.

See Also

 

There are no related topics to this method.