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