JamBaseShellListViewOnCreateControl Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override void OnCreateControl()
Protected Overrides Sub OnCreateControl
protected:
virtual void OnCreateControl() override
abstract OnCreateControl : unit -> unit
override OnCreateControl : unit -> unit
Remarks We are using this event to initialize the control.
See Also