CustomFileListTCheckBoxHit Method |
This method is currently a surrogate for the implementation of the checkbox functionality
that will follow.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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