Namespace interfaces3 Public Interface IUIControl Sub Paint() Sub ControlPressed() Function IsPtInControl(ByVal Pt As Drawing.Point) As Boolean Property ControlRect() As Drawing.Rectangle Event ControlHit() End Interface End Namespace