SyntaxInherits className 
 DescriptionThe Inherits statement specifies the name of the class from which a new class is being derived; it specifies the base class of the current class. The statement appears immediately after the Class statement or the Interface statement. Usage at a Glance
 See AlsoClass Statement, Interface...End Interface Statement  |