'Declaration
Protected Overridable Function CanAcceptControl( _ ByVal c As System.Windows.Forms.Control _ ) As System.Boolean
'Usage
Dim instance As NNavigationPane Dim c As System.Windows.Forms.Control Dim value As System.Boolean value = instance.CanAcceptControl(c)
protected virtual System.bool CanAcceptControl( System.Windows.Forms.Control c )
Parameters
- c