Win32ToolBarCreateParams Property |
Gets the required creation parameters when the control handle is created.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected override CreateParams CreateParams { get; }Protected Overrides ReadOnly Property CreateParams As CreateParams
Get
protected:
virtual property CreateParams^ CreateParams {
CreateParams^ get () override;
}abstract CreateParams : CreateParams with get
override CreateParams : CreateParams with get
Return Value
CreateParamsA
CreateParams that contains the required creation parameters when the handle to the control is created.
See Also