CustomFileListTCheckBoxHit Method |
This method is currently a surrogate for the implementation of the checkbox functionality
that will follow.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void CheckBoxHit(
string path
)
Protected Sub CheckBoxHit (
path As String
)
protected:
void CheckBoxHit(
String^ path
)
member CheckBoxHit :
path : string -> unit Parameters
- path String
- path to it
See Also