CustomToolBarCreateParams Property |
Gets the required creation parameters when the control handle is created.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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
Property Value
Type:
CreateParamsSee Also