Type | Description | |||
Folder as ExShellFolder | A Folder object being included in the control's list | |||
Include as Boolean | (By Reference) A Boolen expression that specifies whether the Folder is included or excluded from the control's list. |
private void IncludeFolder(object sender,exontrol.EXFOLDERVIEWLib.ExShellFolder Folder,ref bool Include) { } Private Sub IncludeFolder(ByVal sender As System.Object,ByVal Folder As exontrol.EXFOLDERVIEWLib.ExShellFolder,ByRef Include As Boolean) Handles IncludeFolder End Sub |
private void IncludeFolder(object sender, AxEXFOLDERVIEWLib._IExFolderViewEvents_IncludeFolderEvent e) { } void OnIncludeFolder(LPDISPATCH Folder,BOOL FAR* Include) { } void __fastcall IncludeFolder(TObject *Sender,Exfolderviewlib_tlb::IExShellFolder *Folder,VARIANT_BOOL * Include) { } procedure IncludeFolder(ASender: TObject; Folder : IExShellFolder;var Include : WordBool); begin end; procedure IncludeFolder(sender: System.Object; e: AxEXFOLDERVIEWLib._IExFolderViewEvents_IncludeFolderEvent); begin end; begin event IncludeFolder(oleobject Folder,boolean Include) end event IncludeFolder Private Sub IncludeFolder(ByVal sender As System.Object, ByVal e As AxEXFOLDERVIEWLib._IExFolderViewEvents_IncludeFolderEvent) Handles IncludeFolder End Sub Private Sub IncludeFolder(ByVal Folder As EXFOLDERVIEWLibCtl.IExShellFolder,Include As Boolean) End Sub Private Sub IncludeFolder(ByVal Folder As Object,Include As Boolean) End Sub LPARAMETERS Folder,Include PROCEDURE OnIncludeFolder(oExFolderView,Folder,Include) RETURN |
<SCRIPT EVENT="IncludeFolder(Folder,Include)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function IncludeFolder(Folder,Include) End Function </SCRIPT> Procedure OnComIncludeFolder Variant llFolder Boolean llInclude Forward Send OnComIncludeFolder llFolder llInclude End_Procedure METHOD OCX_IncludeFolder(Folder,Include) CLASS MainDialog RETURN NIL void onEvent_IncludeFolder(COM _Folder,COMVariant /*bool*/ _Include) { } function IncludeFolder as v (Folder as OLE::Exontrol.FolderView.1::IExShellFolder,Include as L) end function function nativeObject_IncludeFolder(Folder,Include) return |