'Declaration
Protected Function InvokeGetInheritanceAttribute( _ ByVal toInvoke As System.ComponentModel.Design.ComponentDesigner _ ) As System.ComponentModel.InheritanceAttribute
'Usage
Dim instance As NWebControlDesigner Dim toInvoke As System.ComponentModel.Design.ComponentDesigner Dim value As System.ComponentModel.InheritanceAttribute value = instance.InvokeGetInheritanceAttribute(toInvoke)
protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute( System.ComponentModel.Design.ComponentDesigner toInvoke )
Parameters
- toInvoke