Click or drag to resize

Win32ToolBarCreateParams Property

Gets the required creation parameters when the control handle is created.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override CreateParams CreateParams { get; }

Return Value

Type: CreateParams
A CreateParams that contains the required creation parameters when the handle to the control is created.
See Also